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