35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H 36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H 42 namespace datastructure {
105 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H void setIsEmpty(bool is_empty)
Sets if application data is empty.
bool isEmpty() const
Check if application data is empty.
The application io class, bundles application input and output.
void setInputs(const ApplicationInputs &inputs)
Sets the application input.
ApplicationOutputs m_outputs
The application outputs from a udp data packet.
ApplicationInputs getInputs() const
Gets the application input.
void setOutputs(const ApplicationOutputs &outputs)
Sets the application output.
ApplicationData()
Constructor of the application data.
ApplicationOutputs getOutputs() const
Gets the application output.
ApplicationInputs m_inputs