Skip to content

Struct ArgSpecs

ClassList > ArgSpecs

Struct used to pass options for argument parsing between methods. More...

  • #include <service_protocol.hpp>

Public Attributes

Type Name
int lower_range
uint8_t num_of_arguments
int upper_range

Detailed Description

Note:

num_of_arguments is the number of arguments to check

Note:

upper_range is the highest integer number the argument can be

Note:

lower_range is the lowest integer number the argument can be

Note:

The argument has to be in between these two numbers!

Public Attributes Documentation

variable lower_range

int ArgSpecs::lower_range;

variable num_of_arguments

uint8_t ArgSpecs::num_of_arguments;

variable upper_range

int ArgSpecs::upper_range;

The documentation for this class was generated from the following file SensorHub_FW/src/service_protocol.hpp