|
GDCM
2.2.3
|
ULEvent base class for network events. More...
#include <gdcmULEvent.h>
Public Member Functions | |
| ULEvent (const EEventID &inEventID, std::vector< BasePDU * > const &inBasePDU) | |
| ULEvent (const EEventID &inEventID, BasePDU *inBasePDU) | |
| ~ULEvent () | |
| EEventID | GetEvent () const |
| std::vector< BasePDU * > const & | GetPDUs () const |
| void | SetEvent (const EEventID &inEvent) |
| void | SetPDU (std::vector< BasePDU * > const &inPDU) |
ULEvent base class for network events.
An event consists of the event ID and the data associated with that event.
Note that once a PDU is created, it is now the responsibility of the associated event to destroy it!
| gdcm::network::ULEvent::ULEvent | ( | const EEventID & | inEventID, |
| std::vector< BasePDU * > const & | inBasePDU | ||
| ) | [inline] |
| gdcm::network::ULEvent::ULEvent | ( | const EEventID & | inEventID, |
| BasePDU * | inBasePDU | ||
| ) | [inline] |
| gdcm::network::ULEvent::~ULEvent | ( | ) | [inline] |
| EEventID gdcm::network::ULEvent::GetEvent | ( | ) | const [inline] |
| std::vector<BasePDU*> const& gdcm::network::ULEvent::GetPDUs | ( | ) | const [inline] |
| void gdcm::network::ULEvent::SetEvent | ( | const EEventID & | inEvent | ) | [inline] |
| void gdcm::network::ULEvent::SetPDU | ( | std::vector< BasePDU * > const & | inPDU | ) | [inline] |
1.7.6.1