/** @file * $Source: /home/cvsmanager/yoda/event/PscuEvent.h,v $ * $Id: PscuEvent.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the PscuEvent class. */ #ifndef PSCU_EVENT_H #define PSCU_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the pscu. */ class PscuEvent: public pamela::SubPacket { private: public: PscuEvent(void); ClassDef(PscuEvent, 1) }; } #endif /* PSCU_EVENT_H */