#ifndef CALIBS4_EVENT_H #define CALIBS4_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the CalibS4. */ class CalibS4Event: public pamela::SubPacket { private: public: CalibS4Event(void); UINT16 S4register[384]; BYTE S4command[384]; UINT16 S4length[384]; BYTE S4crc[384]; ClassDef(CalibS4Event, 1) }; } #endif /* CALIBS4_EVENT_H */