#include <parser.hpp>
Public Member Functions | |
| parameter (std::string in_name, std::string in_data, bool in_is_decimal, bool in_is_reverse_bytes, int in_format_length) | |
| parameter () | |
Public Attributes | |
| std::string | data |
| int | format_length |
| bool | is_decimal |
| bool | is_reverse_bytes |
| std::string | name |
Definition at line 118 of file parser.hpp.
|
inline |
Definition at line 123 of file parser.hpp.
|
inline |
Definition at line 132 of file parser.hpp.
| std::string parameter::data |
Definition at line 119 of file parser.hpp.
| int parameter::format_length |
Definition at line 121 of file parser.hpp.
| bool parameter::is_decimal |
Definition at line 120 of file parser.hpp.
| bool parameter::is_reverse_bytes |
Definition at line 120 of file parser.hpp.
| std::string parameter::name |
Definition at line 119 of file parser.hpp.