KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
This structure provides information about formatting and parsing. More...
#include <convert.h>
Data Fields | |
uint8_t | base |
Base of the number to format or parse. | |
uint8_t | len |
Lenght of the buffer to format into or parse from. | |
char | fill |
Fill character. | |
bool | uppercase: 1 |
Format >10 base values with uppercase. | |
bool | alignleft: 1 |
Aligning left instead of right (default) | |
This structure provides information about formatting and parsing.