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

No sbeSchemaId() method in MessageHeader cpp #593

Closed
kdoherty2 opened this issue Oct 9, 2018 · 0 comments
Closed

No sbeSchemaId() method in MessageHeader cpp #593

kdoherty2 opened this issue Oct 9, 2018 · 0 comments

Comments

@kdoherty2
Copy link

kdoherty2 commented Oct 9, 2018

SBE Tool v1.7.9

The sbetool does not generate the sbeSchemaId() static method in the MessageHeader class.
(escaped < below)

<composite name="messageHeader" description="Message Header For Every SBE Message In This Schema">
<type name="blockLength" primitiveType="uint16" presence="required" />
<type name="templateId" primitiveType="uint16" presence="required" />
<type name="schemaId" primitiveType="uint16" presence="required" />
<type name="version" primitiveType="uint16" presence="required" />
</composite>

static SBE_CONSTEXPR std::uint16_t sbeSchemaId() SBE_NOEXCEPT
{ return (std::uint16_t)1; }

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

No branches or pull requests

2 participants