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 | kusanagi | 2.1 | #include "S4InitEvent.h" |
2 | |||
3 | using namespace pamela; | ||
4 | |||
5 | kusanagi | 5.1 | S4InitEvent::S4InitEvent(void): SubPacket("S4Init", PacketType::S4Init) { |
6 | kusanagi | 6.1 | s4InitData = 0; |
7 | kusanagi | 2.1 | } |
8 | |||
9 | ClassImp(S4InitEvent) | ||
10 | |||
11 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |