Parent Directory | Revision Log
Major update. All the packet officially produced by PAMELA are implemented and unpacked. The RegistryEvent Packet has been removed and put into another library. New version, releasd by D.Campana, of tofunpack.
1 | #ifndef ACALARM_EVENT_H |
2 | #define ACALARM_EVENT_H |
3 | |
4 | #include "SubPacket.h" |
5 | |
6 | namespace pamela { |
7 | /** |
8 | * Information events about the AcAlarm. |
9 | */ |
10 | class AcAlarmEvent: public pamela::SubPacket { |
11 | private: |
12 | |
13 | public: |
14 | AcAlarmEvent(void); |
15 | int dummy; |
16 | ClassDef(AcAlarmEvent, 1) |
17 | }; |
18 | } |
19 | |
20 | #endif /* ACALARM_EVENT_H */ |
21 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |