MIRA
Public Member Functions | Public Attributes | List of all members
ChannelManager::ChannelInfo Struct Reference

Informations about a channel that also provides ordering of channels by id. More...

#include <fw/ChannelManager.h>

Public Member Functions

 ChannelInfo ()
 
 ChannelInfo (const std::string &iID, bool iInternal=false)
 
bool operator< (const ChannelInfo &other) const
 
bool operator== (const ChannelInfo &other) const
 

Public Attributes

std::string id
 
bool internal
 

Detailed Description

Informations about a channel that also provides ordering of channels by id.

Constructor & Destructor Documentation

◆ ChannelInfo() [1/2]

ChannelInfo ( )
inline

◆ ChannelInfo() [2/2]

ChannelInfo ( const std::string &  iID,
bool  iInternal = false 
)
inline

Member Function Documentation

◆ operator<()

bool operator< ( const ChannelInfo other) const
inline

◆ operator==()

bool operator== ( const ChannelInfo other) const
inline

Member Data Documentation

◆ id

std::string id

◆ internal

bool internal

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