#ifndef FORCEDPKT_EVENT_H #define FORCEDPKT_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the ForcedPkt. */ class ForcedPktEvent: public pamela::SubPacket { private: public: ForcedPktEvent(void); /* to be defined */ ClassDef(ForcedPktEvent, 1) }; } #endif /* FORCEDPKT_EVENT_H */