|
EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
Generic Gateway output module template. More...
Go to the source code of this file.
Classes | |
| class | GatewayOutput_generic |
Typedefs | |
| typedef enum GwOutput_data_type | GwOutput_data_type_t |
| typedef std::function< void(uint8_t *address, char *nodeName, control_message_type_t msgType, char *data, unsigned int len)> | onDlData_t |
Enumerations | |
| enum | GwOutput_data_type { data, lostmessages, status } |
Generic Gateway output module template.
This is the interface that output module should implement to be used as Gateway Output
Definition in file GwOutput_generic.h.
| typedef enum GwOutput_data_type GwOutput_data_type_t |
| typedef std::function<void (uint8_t* address, char* nodeName, control_message_type_t msgType, char* data, unsigned int len)> onDlData_t |
Definition at line 29 of file GwOutput_generic.h.
| enum GwOutput_data_type |
| Enumerator | |
|---|---|
| data | |
| lostmessages | |
| status | |
Definition at line 22 of file GwOutput_generic.h.