23 #ifndef QueueConstants20091205H 24 #define QueueConstants20091205H 26 #include "goby/acomms/acomms_constants.h" 27 #include "goby/common/time.h" 33 const unsigned MULTIMESSAGE_MASK = 1 << 7;
34 const unsigned BROADCAST_MASK = 1 << 6;
35 const unsigned VAR_ID_MASK = 0xFF ^ MULTIMESSAGE_MASK ^ BROADCAST_MASK;
38 const unsigned USER_FRAME_NEXT_SIZE_BYTES = 1;
41 const boost::posix_time::time_duration ON_DEMAND_SKEW = boost::posix_time::seconds(1);
The global namespace for the Goby project.