9 #ifndef _fdbf3f51_91f5_464a_b449_c3f994297210 10 #define _fdbf3f51_91f5_464a_b449_c3f994297210 32 typedef std::function<Value::Integer(message::CStoreRequest &&)>
Callback;
44 Callback
const & get_callback()
const;
47 void set_callback(Callback
const & callback);
62 #endif // _fdbf3f51_91f5_464a_b449_c3f994297210
C-STORE-RQ message.
Definition: CStoreRequest.h:27
Base class for all DIMSE messages.
Definition: Message.h:76
Definition: Association.h:24
#define ODIL_API
Definition: odil.h:28
Base class for all Service Class Providers.
Definition: SCP.h:24
std::function< Value::Integer(message::CStoreRequest &&)> Callback
Callback called when a request is received, shall throw an SCP::Exception on error.
Definition: StoreSCP.h:32
SCP for C-Store services.
Definition: StoreSCP.h:25
Association.
Definition: Association.h:30