#include <array>
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
psen_scan_v2_standalone | |
Root namespace in which the software components to communicate with the scanner (firmware-version: 2) are realised/implemented. | |
psen_scan_v2_standalone::data_conversion_layer | |
Contains the data serialization and deserialization layer. | |
psen_scan_v2_standalone::data_conversion_layer::monitoring_frame | |
Namespace containing all things about the MonitoringFrame data strucure. | |
psen_scan_v2_standalone::data_conversion_layer::monitoring_frame::io | |
Contains all types, etc. needed to describe the IOs information contained in a data_conversion_layer::monitoring_frame::Message. | |
Macros | |
#define | REV(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) arg8, arg7, arg6, arg5, arg4, arg3, arg2, arg1 |
Typedefs | |
using | psen_scan_v2_standalone::data_conversion_layer::monitoring_frame::io::IoName = std::string |
using | psen_scan_v2_standalone::data_conversion_layer::monitoring_frame::io::Lit = LogicalInputType |
using | psen_scan_v2_standalone::data_conversion_layer::monitoring_frame::io::Ot = OutputType |
using | psen_scan_v2_standalone::data_conversion_layer::monitoring_frame::io::RawChunk = std::array< uint8_t, io::RAW_CHUNK_LENGTH_IN_BYTES > |
#define REV | ( | arg1, | |
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7, | |||
arg8 | |||
) | arg8, arg7, arg6, arg5, arg4, arg3, arg2, arg1 |
Definition at line 46 of file io_constants.h.