![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Hold all info associated with a single CDL. More...
#include <JsonCdl.hpp>
Public Attributes | |
| char | key [MAX_JSON_KEY_LEN] |
| Key for the CDL. | |
| cdl_types_e | type |
| Type of the CDL. | |
| uint8 | size |
| Size of the CDL. | |
| void * | ptr |
| Pointer to where to write CDL value. | |
Hold all info associated with a single CDL.
| char clockwerk::JsonCdl< NUM_CDLS, MAX_JSON_KEY_LEN, MAX_JSON_FIELD_LEN >::_cdl_info_t::key[MAX_JSON_KEY_LEN] |
Key for the CDL.
| void* clockwerk::JsonCdl< NUM_CDLS, MAX_JSON_KEY_LEN, MAX_JSON_FIELD_LEN >::_cdl_info_t::ptr |
Pointer to where to write CDL value.
| uint8 clockwerk::JsonCdl< NUM_CDLS, MAX_JSON_KEY_LEN, MAX_JSON_FIELD_LEN >::_cdl_info_t::size |
Size of the CDL.
| cdl_types_e clockwerk::JsonCdl< NUM_CDLS, MAX_JSON_KEY_LEN, MAX_JSON_FIELD_LEN >::_cdl_info_t::type |
Type of the CDL.