Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
Condition Class Reference

#include <bus.h>

Public Types

typedef Initializer::Message Message
 
typedef Message::Unit Unit
 
typedef Message::Type Type
 

Public Member Functions

 Condition (Unit unit, Type type)
 
 Condition ()=default
 
 ~Condition ()=default
 
const Unit unit () const
 
const Type type () const
 
bool operator== (const Condition &other) const
 
bool operator!= (const Condition &other) const
 

Member Typedef Documentation

◆ Message

◆ Type

◆ Unit

Constructor & Destructor Documentation

◆ Condition() [1/2]

Condition::Condition ( Unit  unit,
Type  type 
)

◆ Condition() [2/2]

Condition::Condition ( )
default

◆ ~Condition()

Condition::~Condition ( )
default

Member Function Documentation

◆ operator!=()

bool Condition::operator!= ( const Condition other) const
inline

◆ operator==()

bool Condition::operator== ( const Condition other) const
inline

◆ type()

const Condition::Type Condition::type ( ) const

◆ unit()

const Condition::Unit Condition::unit ( ) const

The documentation for this class was generated from the following file: