#include <PXXVTriggerPayload.h>
Inheritance diagram for PXXVTriggerPayload:
Public Member Functions | |
virtual | ~PXXVTriggerPayload () |
Protected Member Functions | |
PXXVTriggerPayload (const PXXPayloadEnvelope &envelope) | |
PXXVTriggerPayload () |
This is an base(abstract) class of all trigger payloads. // It inherits PXXVPayload and doesn't implement Unpack() and Write(), // so you cannot instanciate the class. // All trigger payloads must be an descendant of the class. //
|
Destructor. |
|
The class is pure virtual so that the constructor should be protected. |
|
The class is pure virtual so that the constructor should be protected. If you use default constructor, you must set envelope before calling Unpack(). |