16 #ifndef INDEX_STAT_SIGNAL_DATA_HPP
17 #define INDEX_STAT_SIGNAL_DATA_HPP
19 #include "SignalData.hpp"
35 STATIC_CONST( SignalLength = 9 );
48 STATIC_CONST( SignalLength = 10 );
62 STATIC_CONST( SignalLength = 3 );
64 union { Uint32 senderData; Uint32 clientData; };
69 STATIC_CONST( SignalLength = 2 );
81 InvalidSysTable = 916,
82 InvalidSysTableData = 917,
83 BusyUtilPrepare = 918,
86 STATIC_CONST( SignalLength = 7 );
88 union { Uint32 senderData; Uint32 clientData; };
97 STATIC_CONST( SignalLength = 4 );
109 STATIC_CONST( SignalLength = 9 );