1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/PscuEvent.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/PscuEvent.cpp,v $ |
3 |
* $Id: PscuEvent.cpp,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
* $Id: PscuEvent.cpp,v 5.1 2006/02/04 12:37:43 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the PscuEvent class. |
* Implementation of the PscuEvent class. |
9 |
|
|
10 |
using namespace pamela; |
using namespace pamela; |
11 |
|
|
12 |
PscuEvent::PscuEvent(void): SubPacket("Techmodel", PacketType::Pscu) { |
PscuEvent::PscuEvent(void): SubPacket("Pscu", PacketType::Pscu) { |
13 |
} |
} |
14 |
|
|
15 |
ClassImp(PscuEvent) |
ClassImp(PscuEvent) |