odil
C++11libraryfortheDICOMstandard
|
Dispatch an incoming message to one of the registered SCPs. More...
#include <SCPDispatcher.h>
Public Member Functions | |
SCPDispatcher (Association &association) | |
Create a dispatcher with network and association. | |
~SCPDispatcher () | |
Destructor. | |
bool | has_scp (Value::Integer command) const |
Test whether command has an SCP registered. | |
std::shared_ptr< SCP > const & | get_scp (Value::Integer command) const |
Return the SCP registered with command. | |
void | set_scp (Value::Integer command, std::shared_ptr< SCP > const &scp) |
Registered an SCP with command. | |
void | dispatch () |
Receive and dispatch an incoming message. | |
Dispatch an incoming message to one of the registered SCPs.