A payload (quantity) with an unit wrapper. More...
#include <argument.h>
Public Member Functions | |
Argument (T &&payload, const char *identifier, const char *unit) | |
brief description Constructor More... | |
std::string | ToString () const |
Convert the payload to a standard string. More... | |
A payload (quantity) with an unit wrapper.
T | Payload type |
|
inline |
brief description Constructor
payload | Payload value |
identifier | Payload ID |
unit | Playload unit |
|
inline |
Convert the payload to a standard string.