Optional values that are only defined if the 'valid' flag is true, and undefined otherwise.
Definition at line 197 of file TypesExtra.h.
Data Fields | |
float32_t | value |
optional value, defined if 'valid' is true and undefined if 'valid' is false More... | |
bool | valid |
flag indicating whether the value is defined or not (following value to keep struct aligned with value alignment requirements) More... | |
bool dwOptionalf::valid |
flag indicating whether the value is defined or not (following value to keep struct aligned with value alignment requirements)
Definition at line 200 of file TypesExtra.h.
float32_t dwOptionalf::value |
optional value, defined if 'valid' is true and undefined if 'valid' is false
Definition at line 199 of file TypesExtra.h.