Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for fixed-width integer function templates of declare_parameter #1744

Closed
wants to merge 1 commit into from

Conversation

Bi0T1N
Copy link
Contributor

@Bi0T1N Bi0T1N commented Aug 4, 2021

this PR is related to #1743 but does not compile at the moment as discussed in the issue.

…meter

Signed-off-by: Nico Neumann <nico.neumann@iosb.fraunhofer.de>
@Bi0T1N Bi0T1N force-pushed the function_template_declare_param branch from a4abc51 to 1860816 Compare August 4, 2021 16:28
node->declare_parameter<int32_t>(name5, 5);
node->declare_parameter<uint32_t>(name6, 5);
node->declare_parameter<int64_t>(name7, 5);
node->declare_parameter<uint64_t>(name8, 5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I mentioned in the other issue, I don't think this case can/should work.

@Bi0T1N Bi0T1N changed the title Add tests for fixed length integer function templates of declare_parameter Add tests for fixed-width integer function templates of declare_parameter Aug 5, 2021
@wjwwood
Copy link
Member

wjwwood commented Jan 10, 2022

I'm not sure what the state of this pull request is, if it is eclipsed by #1747 or if it should be closed with #1759, or if part of this pull request could/should be salvaged, but the uint64_t instance should be removed.

For now, I'll close and we can reopen it if need be.

@wjwwood wjwwood closed this Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants