Support function that holds the channel value for a signal.
#include <signal.h>
|
|
void | Clear () |
| | Resets the value.
|
| |
|
|
bool | valid = false |
| | True if the value is valid.
|
| |
|
int64_t | signed_value = 0 |
| | Integer value.
|
| |
|
uint64_t | unsigned_value = 0 |
| | Unsigned value.
|
| |
|
double | float_value = 0 |
| | Float value.
|
| |
|
std::vector< uint8_t > | array_value |
| | Array or string value.
|
| |
The documentation for this struct was generated from the following file: