Parent Directory | Revision Log
Imported sources, 23/09/2008
1 | mocchiut | 1.1 | #include "Ac1AlarmEvent.h" |
2 | |||
3 | using namespace pamela; | ||
4 | |||
5 | Ac1AlarmEvent::Ac1AlarmEvent(void): SubPacket("Ac1Alarm", PacketType::Ac1Alarm) { | ||
6 | ac1AlarmData = 0; | ||
7 | } | ||
8 | |||
9 | ClassImp(Ac1AlarmEvent) | ||
10 | |||
11 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |