Skip to content

Instantly share code, notes, and snippets.

@odeheurles
Created December 14, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odeheurles/7958191 to your computer and use it in GitHub Desktop.
Save odeheurles/7958191 to your computer and use it in GitHub Desktop.
sbe_uint32_t serialNumber(void) const
{
return SBE_LITTLE_ENDIAN_ENCODE_32(*((sbe_uint32_t *)(buffer_ + offset_ + 0)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment