DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
A SCP object should follow this concept to be used in DcmSCPPool. More...
Functions | |
DefaultConstructor () | |
The SCP must be default constructible. | |
OFCondition | setConfig (const DcmSCPConfig &config) |
The SCP must be configurable by setting it's configuration with this method. More... | |
OFBool | isConnected () |
Returns OFTrue if SCP currently runs an association. More... | |
OFCondition | run (T_ASC_Association *assoc) |
Take over incoming association that is in the state that the underlying TCP/IP connection is already accepted, while the ACSE negotiation is not already done but must be implemented by this method. More... | |
A SCP object should follow this concept to be used in DcmSCPPool.
The easiest and recommended way to follow this concept is to derive your class from DcmThreadSCP.
OFBool isConnected | ( | ) |
Returns OFTrue if SCP currently runs an association.
Referenced by DcmSCPPool< SCP, SCPPool, BaseSCPWorker >::SCPWorker::busy().
OFCondition run | ( | T_ASC_Association * | assoc | ) |
Take over incoming association that is in the state that the underlying TCP/IP connection is already accepted, while the ACSE negotiation is not already done but must be implemented by this method.
assoc | The association to run. |
Referenced by DcmSCPPool< SCP, SCPPool, BaseSCPWorker >::SCPWorker::workerListen().
OFCondition setConfig | ( | const DcmSCPConfig & | config | ) |
The SCP must be configurable by setting it's configuration with this method.
config | the configuration to be used by the SCP. |