Skip to content

Commit

Permalink
updated default values for link/equipment ID (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-c authored and Barthelemy committed May 13, 2019
1 parent a175cab commit 91eab5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Common/DataBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ typedef struct {
uint16_t equipmentId; ///< id of equipment generating the data
} DataBlockHeaderBase;

const uint32_t undefinedLinkId=0; ///< default value, when linkId undefined
const uint16_t undefinedEquipmentId=0; ///< default value, when equipmentId undefined
const uint32_t undefinedLinkId = 0xFF; ///< default value, when linkId undefined
const uint16_t undefinedEquipmentId = 0xFF; ///< default value, when equipmentId undefined

/// Add extra types below, e.g.
///
Expand Down

0 comments on commit 91eab5d

Please sign in to comment.