25
26
27
28
30 virtual ~PromiscuousHook() {}
34
35
36
37
38
39
43
44
45
46
47
48
52
53
54
55
59
60
61
65 void indicate(
const geonet::
DataIndication&, std::unique_ptr<UpPacket>)
override;
68
69
70
74 typedef std::unordered_map<port_type, IndicationInterface*> port_map;
75 typedef std::list<PromiscuousHook*> hook_list;
77 port_map m_interactive_handlers;
78 port_map m_non_interactive_handlers;
79 hook_list m_promiscuous_hooks;