added data type HCD (for Ochsner)

This commit is contained in:
john30
2015-06-20 10:47:32 +02:00
parent b0e97b01f5
commit a25c52e486
3 changed files with 19 additions and 12 deletions
+1
View File
@@ -86,6 +86,7 @@ static const unsigned int DAY = 0x20; //!< forced value list defaulting to week
static const unsigned int IGN = 0x40; //!< ignore value during read and write
static const unsigned int FIX = 0x80; //!< fixed width formatting
static const unsigned int REQ = 0x100;//!< value may not be NULL
static const unsigned int HCD = 0x200; //!< binary representation is hex converted to decimal and interpreted as 2 digits (also requires @a BCD)
/** The structure for defining field types with their properties. */
typedef struct {