#ifndef RUNTRAILER_EVENT_H #define RUNTRAILER_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the RunTrailer. */ class RunTrailerEvent: public pamela::SubPacket { private: public: RunTrailerEvent(void); UINT32 PKT_COUNTER; UINT32 PKT_ReadyCounter; UINT32 OBT_TYME_SYNC; UINT32 LAST_TYME_SYNC_INFO; ClassDef(RunTrailerEvent, 1) }; } #endif /* RUNTRAILER_EVENT_H */