odil
|
SCP for C-Store services. More...
#include <StoreSCP.h>
Public Types | |
typedef std::function< Value::Integer(message::CStoreRequest const &)> | Callback |
Callback called when a request is received. | |
Public Member Functions | |
StoreSCP (Association &association) | |
Constructor. | |
StoreSCP (Association &association, Callback const &callback) | |
Constructor. | |
virtual | ~StoreSCP () |
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-Store 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 |
SCP for C-Store services.