19 #ifndef UTIL_SEQUENCE_HPP 
   20 #define UTIL_SEQUENCE_HPP 
   22 #include "SignalData.hpp" 
   38   friend bool printUTIL_SEQUENCE_REQ(FILE *, 
const Uint32 *, Uint32, Uint16);
 
   40   STATIC_CONST( SignalLength = 4 );
 
   67   friend bool printUTIL_SEQUENCE_CONF(FILE *, 
const Uint32 *, Uint32, Uint16);
 
   69   STATIC_CONST( SignalLength = 5 );
 
   75   Uint32 sequenceValue[2];
 
   90   friend bool printUTIL_SEQUENCE_REF(FILE *, 
const Uint32 *, Uint32, Uint16);
 
   92   STATIC_CONST( SignalLength = 5 );