9 #ifndef _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 10 #define _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 15 #include "odil/Association.h" 16 #include "odil/odil.h" 18 #include "odil/Value.h" 37 std::shared_ptr<SCP>
const & get_scp(
Value::Integer command)
const;
40 void set_scp(
Value::Integer command, std::shared_ptr<SCP>
const & scp);
46 typedef std::shared_ptr<SCP> SCPPointer;
49 std::map<Value::Integer, std::shared_ptr<SCP> > _providers;
55 #endif // _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 Definition: Association.cpp:39
Dispatch an incoming message to one of the registered SCPs.
Definition: SCPDispatcher.h:24
Association.
Definition: Association.h:30
int64_t Integer
Integer type.
Definition: Value.h:42