18 #ifndef SD_EVENT_SUB_REQ_H
19 #define SD_EVENT_SUB_REQ_H
21 #include "SignalData.hpp"
42 STATIC_CONST( SignalLength = 2 + LogLevel::LOGLEVEL_CATEGORIES );
56 Uint32 theData[LogLevel::LOGLEVEL_CATEGORIES];
61 theData[
i] = Uint32(
i << 16) | ll.
getLogLevel((LogLevel::EventCategory)
i);