35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_INTRUSIONDATUM_H 36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_INTRUSIONDATUM_H 42 namespace datastructure {
65 void setSize(
const int32_t& size);
87 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_INTRUSIONDATUM_H std::vector< bool > m_flags_vector
int32_t getSize() const
Returns size of flag vector.
Class containing a single IntrusionDatum.
void setFlagsVector(const std::vector< bool > &flags_vector)
Setter for the flag vector.
std::vector< bool > getFlagsVector() const
Getter for the flags vector.
IntrusionDatum()
Constructor of an empty IntrusionDatum.
void setSize(const int32_t &size)
Setter of the size for the flag vector.