|
Lamp-Da 0.1
A compact lantern project
|
Tools to parse text arguments. More...
Functions | |
| bool | parse_uint (const ParsedCommand &command, const size_t index, unsigned long &value) |
| Generic parse function for unsigned integers. | |
| bool | parse_uint8 (const ParsedCommand &command, const size_t index, uint8_t &value) |
| Parse an argument as a 8 bit unsigned number. | |
| bool | parse_uint16 (const ParsedCommand &command, const size_t index, uint16_t &value) |
| Parse an argument as a 16 bit unsigned number. | |
Tools to parse text arguments.