odil
C++11libraryfortheDICOMstandard
|
SCP for C-Echo services. More...
#include <EchoSCP.h>
Public Types | |
typedef std::function< Value::Integer(message::CEchoRequest const &)> | Callback |
Callback called when a request is received. | |
Public Member Functions | |
EchoSCP (Association &association) | |
Constructor. | |
EchoSCP (Association &association, Callback const &callback) | |
Constructor. | |
virtual | ~EchoSCP () |
Destructor. | |
Callback const & | get_callback () const |
Return the callback. | |
void | set_callback (Callback const &callback) |
Set the callback. | |
virtual void | operator() (message::Message const &message) |
Process a C-Echo request. | |
![]() | |
SCP (Association &association) | |
Create a Service Class Provider. | |
virtual | ~SCP () |
Destructor. | |
void | receive_and_process () |
Receive and process a message. | |
Additional Inherited Members | |
![]() | |
Association & | _association |
Association with peer. | |
SCP for C-Echo services.