ApplicationData.h
Go to the documentation of this file.
1 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 
35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H
36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H
37 
40 
41 namespace sick {
42 namespace datastructure {
43 
48 {
49 public:
54 
66  void setInputs(const ApplicationInputs& inputs);
67 
79  void setOutputs(const ApplicationOutputs& outputs);
80 
86  bool isEmpty() const;
92  void setIsEmpty(bool is_empty);
93 
94 private:
95  bool m_is_empty;
96 
99 };
100 
101 
102 } // namespace datastructure
103 } // namespace sick
104 
105 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONDATA_H
void setIsEmpty(bool is_empty)
Sets if application data is empty.
The applications inputs from a udp data packet.
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.
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.


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Apr 2 2021 02:45:41