16 #ifndef CREATE_TRIG_IMPL_HPP 
   17 #define CREATE_TRIG_IMPL_HPP 
   19 #include "SignalData.hpp" 
   20 #include <Bitmask.hpp> 
   21 #include <AttributeList.hpp> 
   27     CreateTriggerOnline = 1,
 
   28     CreateTriggerOffline = 2
 
   31   STATIC_CONST( SignalLength = 11 + 3);
 
   32   SECTION( ATTRIBUTE_MASK_SECTION = 0 );
 
   47   Uint32 upgradeExtra[3]; 
 
   51   STATIC_CONST( SignalLength = 5 );
 
   65     TriggerNameTooLong = 4236,
 
   66     TooManyTriggers = 4237,
 
   67     TriggerNotFound = 4238,
 
   69     UnsupportedTriggerType = 4240,
 
   70     BadRequestType = 4247,
 
   76   STATIC_CONST( SignalLength = 9 );