19 #ifndef TRANSID_AI_HPP
20 #define TRANSID_AI_HPP
22 #include "SignalData.hpp"
39 friend bool printTRANSID_AI(FILE *,
const Uint32 *, Uint32, Uint16);
42 STATIC_CONST( HeaderLength = 3 );
43 STATIC_CONST( DataLength = 22 );
47 Uint32* getData()
const;
52 Uint32 attrData[DataLength];
56 Uint32* TransIdAI::getData()
const
58 return (Uint32*)&attrData[0];