Searched defs:RecordLayout (Results 1 – 1 of 1) sorted by relevance
34 struct RecordLayout { struct35 bool mb; // message begin36 bool me; // message end37 bool cf; // chunk flag38 bool sr; // short record39 bool il; // id length40 short tnf; // type name format41 uint16_t typeLength;42 uint32_t payloadLength;43 uint16_t idLength;