odil
C++11libraryfortheDICOMstandard
Public Member Functions | List of all members
odil::SCPDispatcher Class Reference

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.
 

Detailed Description

Dispatch an incoming message to one of the registered SCPs.


The documentation for this class was generated from the following files: