|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Local message classes. More...


Go to the source code of this file.
Classes | |
| struct | SPSP::LocalMessage< TLocalAddr > |
| Local message representation. More... | |
| struct | std::hash< SPSP::LocalMessage< TLocalAddr > > |
Enumerations | |
| enum | SPSP::LocalMessageType : uint8_t { NONE = 0, OK = 1, FAIL = 2, PROBE_REQ = 10, PROBE_RES = 11, PUB = 20, SUB_REQ = 30, SUB_DATA = 31, UNSUB = 32, TIME_REQ = 40, TIME_RES = 41 } |
| Local message types. More... | |
Functions | |
| constexpr const char * | SPSP::localMessageTypeToStr (LocalMessageType mt) noexcept |
Helper to convert LocalMessageType to string representation. More... | |
|
strong |
Local message types.
Definition at line 22 of file local_message.hpp.
|
constexprnoexcept |
Helper to convert LocalMessageType to string representation.
| mt | Message type |
Definition at line 43 of file local_message.hpp.
1.8.17