9 #ifndef _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 10 #define _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 15 #include "odil/Association.h" 17 #include "odil/Value.h" 31 bool has_scp(Value::Integer command)
const;
33 std::shared_ptr<SCP>
const & get_scp(Value::Integer command)
const;
35 void set_scp(Value::Integer command, std::shared_ptr<SCP>
const & scp);
39 typedef std::shared_ptr<SCP> SCPPointer;
42 std::map<Value::Integer, std::shared_ptr<SCP>> _providers;
47 #endif // _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376 ~SCPDispatcher()
Destructor.
Definition: SCPDispatcher.cpp:30
SCPDispatcher(Association &association)
Create a dispatcher with network and association.
Definition: SCPDispatcher.cpp:23
Definition: Association.cpp:39
Definition: SCPDispatcher.h:22
Association.
Definition: Association.h:29