9 #ifndef _1a61d976_ba12_4dba_af34_67f064d38506 10 #define _1a61d976_ba12_4dba_af34_67f064d38506 32 typedef std::function<Value::Integer(message::CEchoRequest const &)>
Callback;
44 Callback
const & get_callback()
const;
47 void set_callback(Callback
const & callback);
62 #endif // _1a61d976_ba12_4dba_af34_67f064d38506
std::function< Value::Integer(message::CEchoRequest const &)> Callback
Callback called when a request is received, shall throw an SCP::Exception on error.
Definition: EchoSCP.h:32
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
SCP for C-Echo services.
Definition: EchoSCP.h:25
C-ECHO-RQ message.
Definition: CEchoRequest.h:24
Association.
Definition: Association.h:30