|
VLink
2.1.0
A high-performance communication middleware
|
Presentation toggles for format_message.
More...
#include <message_parser.h>
Public Attributes | |
| bool | hex {false} |
| Render integer fields as hexadecimal instead of decimal. More... | |
| bool | date {false} |
| Render nanosecond timestamp fields as calendar dates. More... | |
| bool | enum_name {false} |
| Render enumeration fields as symbolic names instead of numbers. More... | |
| bool | expand_arrays {true} |
| Expand indexed collections (e.g. PointCloud points) element by element. More... | |
| size_t | max_elements {10000} |
| Upper bound on expanded collection elements. More... | |
Presentation toggles for format_message.
| bool vlink::zerocopy::MessageFormatOptions::date {false} |
Render nanosecond timestamp fields as calendar dates.
| bool vlink::zerocopy::MessageFormatOptions::enum_name {false} |
Render enumeration fields as symbolic names instead of numbers.
| bool vlink::zerocopy::MessageFormatOptions::expand_arrays {true} |
Expand indexed collections (e.g. PointCloud points) element by element.
| bool vlink::zerocopy::MessageFormatOptions::hex {false} |
Render integer fields as hexadecimal instead of decimal.
| size_t vlink::zerocopy::MessageFormatOptions::max_elements {10000} |
Upper bound on expanded collection elements.