40 #include "core/AbstractCollector.h"
41 #include <libtrap/trap.h>
42 #include <unirec/unirec.h>
63 string onEventInterface;
85 void onExport (
const SensorData &data)
override;
100 void onHciStats (
const HciInfo &info)
override;
124 void onDispatch(
const Command::Ptr cmd)
override;
131 void setOnExport (
const string &interface);
132 void setOnHCIStats (
const string &interface);
133 void setOnNodeStats (
const string &interface);
134 void setOnDriverStats (
const string &interface);
135 void setOnNotification (
const string &interface);
136 void setOnReceiveDPA(
const string &interface);
137 void setOnConradMessage (
const string &interface);
138 void setOnDispatch (
const string &interface);
139 void setExportGwID (
const string &gwID);
Definition: ZWaveNodeEvent.h:14
Definition: SensorData.h:20
Definition: ConradEvent.h:17
The class represents a collector of events occuring inside the Gateway. It implements all available l...
Definition: AbstractCollector.h:19
Definition: IQRFEvent.h:15
Definition: NemeaCollector.h:71
Definition: ZWaveDriverEvent.h:14
Low-level OpenZWave notification event. Because, the OpenZWave::Notification cannot be copied nor clo...
Definition: OZWNotificationEvent.h:16