C++ Instrument Catalog
Public Member Functions | Public Attributes | List of all members
MTL::CInstrumentCatalog::sInstrumentConnection Struct Reference

#include <InstrumentCatalog.h>

Public Member Functions

 sInstrumentConnection (tInstrumentLabel lbl="", tInstrumentUniqueID id="", eConnectionInterface itf=eConnectionInterface::kUnknown)
 
bool operator== (const sInstrumentConnection &other) const
 
bool isEmpty () const
 

Public Attributes

tInstrumentLabel Label
 
tInstrumentUniqueID UniqueID
 
eConnectionInterface Interface
 

Detailed Description

Definition at line 38 of file InstrumentCatalog.h.

Constructor & Destructor Documentation

◆ sInstrumentConnection()

MTL::CInstrumentCatalog::sInstrumentConnection::sInstrumentConnection ( tInstrumentLabel  lbl = "",
tInstrumentUniqueID  id = "",
eConnectionInterface  itf = eConnectionInterface::kUnknown 
)
inline

Definition at line 42 of file InstrumentCatalog.h.

Member Function Documentation

◆ isEmpty()

bool MTL::CInstrumentCatalog::sInstrumentConnection::isEmpty ( ) const
inline

Definition at line 49 of file InstrumentCatalog.h.

◆ operator==()

bool MTL::CInstrumentCatalog::sInstrumentConnection::operator== ( const sInstrumentConnection other) const
inline

Definition at line 45 of file InstrumentCatalog.h.

Member Data Documentation

◆ Interface

eConnectionInterface MTL::CInstrumentCatalog::sInstrumentConnection::Interface

Definition at line 41 of file InstrumentCatalog.h.

◆ Label

tInstrumentLabel MTL::CInstrumentCatalog::sInstrumentConnection::Label

Definition at line 39 of file InstrumentCatalog.h.

◆ UniqueID

tInstrumentUniqueID MTL::CInstrumentCatalog::sInstrumentConnection::UniqueID

Definition at line 40 of file InstrumentCatalog.h.


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