22 #include "SignalData.hpp"
23 #include <NodeBitmask.hpp>
24 #include <trigger_definitions.h>
35 static Uint32 getEndpointFlag(Uint32
i) {
return (i >> 2) & 3;}
36 static void setEndpointFlag(Uint32 & i, Uint32 v) { i |= ((v & 3) << 2); }
38 STATIC_CONST( SignalLength = 11 );
39 SECTION( TRIGGER_NAME_SECTION = 0 );
55 STATIC_CONST( SignalLength = 6 );
58 union { Uint32 clientData, senderData; };
69 TriggerNotFound = 4238,
70 BadRequestType = 4247,
73 UnsupportedTriggerType = 4240
76 STATIC_CONST( SignalLength = 11 );
79 union { Uint32 clientData, senderData; };