Simulacrum
1.2
|
#include <sdicom-net.h>
Public Member Functions | |
long int | deSerialise (const std::vector< char > &) |
long int | deSerialise (const std::vector< char > &, unsigned start) |
long int | serialise (std::vector< char > &, ACTION_ENUM=NIL) |
Public Member Functions inherited from Simulacrum::SDICOM_PDU_Serialisable | |
virtual | ~SDICOM_PDU_Serialisable () |
Public Attributes | |
DICOM_PDU_TYPE | Type |
std::vector< char > | Data |
Additional Inherited Members | |
Public Types inherited from Simulacrum::SDICOM_PDU_Serialisable | |
enum | ACTION_ENUM { NIL , DCM_REQUEST , DCM_ACCEPT , DCM_REJECT , DCM_ABORT , DCM_CLOSE } |
|
virtual |
Implements Simulacrum::SDICOM_PDU_Serialisable.
long int SDICOM_SHORT_PDU::deSerialise | ( | const std::vector< char > & | source, |
unsigned | start | ||
) |
|
virtual |
Implements Simulacrum::SDICOM_PDU_Serialisable.
std::vector<char> Simulacrum::SDICOM_SHORT_PDU::Data |
DICOM_PDU_TYPE Simulacrum::SDICOM_SHORT_PDU::Type |