9#ifndef _fdbf3f51_91f5_464a_b449_c3f994297210
10#define _fdbf3f51_91f5_464a_b449_c3f994297210
32 typedef std::function<
49 void operator()(std::shared_ptr<message::CStoreRequest> request);
Association.
Definition Association.h:31
SCP(Association &association)
Create a Service Class Provider.
StoreSCP(Association &association, Callback const &callback)
Constructor.
virtual void operator()(std::shared_ptr< message::Message > message)
Process a C-Store request.
std::function< Value::Integer(std::shared_ptr< message::CStoreRequest >) > Callback
Callback called when a request is received, shall throw an SCP::Exception on error.
Definition StoreSCP.h:34
StoreSCP(Association &association)
Constructor.
void operator()(std::shared_ptr< message::CStoreRequest > request)
Process a C-Store request.
Callback const & get_callback() const
Return the callback.
void set_callback(Callback const &callback)
Set the callback.
int64_t Integer
Integer type.
Definition Value.h:42
Definition Cancellation.h:21
Definition Association.h:25
#define ODIL_API
Definition odil.h:28