Skip to content

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

Closed
Bi0T1N wants to merge 1 commit intoros2:masterfrom
Bi0T1N:function_template_declare_param
Closed

Add tests for fixed-width integer function templates of declare_parameter#1744
Bi0T1N wants to merge 1 commit intoros2:masterfrom
Bi0T1N:function_template_declare_param

Conversation

@Bi0T1N
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants