|
EnOcean Link
1.14.2.0
Middleware to Connect EnOcean easily to other Projects
|
helper class for Debug Messages More...
#include <eoDebug.h>
Static Public Member Functions | |
| static void | Print (const eoTelegramERP2 &tel) |
| static void | Print (const eoTelegram &tel) |
| static void | Print (const eoMessage &msg) |
| static void | Print (const eoReManMessage &reMsg) |
| static void | Print (const eoPacket &packet) |
| static void | Print (const eoMaintenanceMessage &msg) |
| static void | Print (eoProfile &profile) |
| static void | Print (const eoDevice &dev) |
| static std::string | ToJson (eoProfile &profile) |
| Helper function, which generates a JSON of the current values of a profile. More... | |
| static std::string | ToJson (eoProfile &profile, uint32_t id, int8_t rssi) |
| static std::string | ToJson (const eoTelegram &telegram) |
helper class for Debug Messages
|
static |
Helper class, which prints debug Information for the Telegram to the console
| tel | Telegram |
|
static |
Helper class, which prints debug Information for the Telegram to the console
| tel | Telegram |
|
static |
Helper class, which prints debug Information for the Message to the console
| msg | eoMessage |
|
static |
Helper class, which prints debug Information for the eoReManMessage to the console
| reMsg | eoReManMessage |
|
static |
Helper class, which prints debug Information from the Packet
| packet | Packet |
|
static |
Helper function, which prints debug Information from a maintenance Message
| packet | Message to print |
|
static |
Helper function, which prints all current Value of a profile
| profile | to print |
|
static |
Helper function, which prints info about a device
| device | to print |
|
static |
Helper function, which generates a JSON of the current values of a profile.
The output will have the following format {"Channel name": value, "Channel name2": value2,....}
| profile | to print |