00001 00007 #ifndef _Q_PULSER_DEFS_HH_ 00008 #define _Q_PULSER_DEFS_HH_ 00009 00030 struct QPulserConfig_t { 00031 char byte0; 00032 char byte1; 00033 char byte2; 00034 char byte3; 00035 int confId; 00036 }; 00037 00038 #endif