Parser to read the field header for protective and warning fields.
More...
#include <ParseFieldHeaderData.h>
Parser to read the field header for protective and warning fields.
Definition at line 52 of file ParseFieldHeaderData.h.
sick::data_processing::ParseFieldHeaderData::ParseFieldHeaderData |
( |
| ) |
|
bool sick::data_processing::ParseFieldHeaderData::isValid |
( |
const uint8_t *& |
data_ptr | ) |
const |
|
private |
Parses a tcp sequence to read the header for a warning or protective field.
- Parameters
-
buffer | The incoming tcp sequence. |
field_data | Reference to the field data where the information will be set. |
- Returns
- If parsing was successful.
Definition at line 48 of file ParseFieldHeaderData.cpp.
uint8_t sick::data_processing::ParseFieldHeaderData::readFieldType |
( |
const uint8_t *& |
data_ptr | ) |
const |
|
private |
uint16_t sick::data_processing::ParseFieldHeaderData::readSetIndex |
( |
const uint8_t *& |
data_ptr | ) |
const |
|
private |
void sick::data_processing::ParseFieldHeaderData::setFieldType |
( |
const uint8_t *& |
data_ptr, |
|
|
datastructure::FieldData & |
field_data |
|
) |
| const |
|
private |
The documentation for this class was generated from the following files: