C++ Instrument Catalog
Public Types | Public Member Functions | List of all members
MTL::Instrument::VISAResourceInfo Class Reference

#include <VISAInstrumentTypes.h>

Public Types

typedef std::string tClass
 
typedef std::string tExpandedName
 
typedef std::string tAlias
 

Public Member Functions

 VISAResourceInfo ()
 
 VISAResourceInfo (eInterfaceType Type, tInterfaceNumber Number, tClass Class, tExpandedName Expname, tAlias Alias)
 
const eInterfaceTypeType () const
 
const tInterfaceNumberNumber () const
 
const tClassClass () const
 
const tExpandedNameExpName () const
 
const tAliasAlias () const
 

Detailed Description

Definition at line 193 of file VISAInstrumentTypes.h.

Member Typedef Documentation

◆ tAlias

Definition at line 198 of file VISAInstrumentTypes.h.

◆ tClass

Definition at line 196 of file VISAInstrumentTypes.h.

◆ tExpandedName

Definition at line 197 of file VISAInstrumentTypes.h.

Constructor & Destructor Documentation

◆ VISAResourceInfo() [1/2]

MTL::Instrument::VISAResourceInfo::VISAResourceInfo ( )
inline

Definition at line 207 of file VISAInstrumentTypes.h.

◆ VISAResourceInfo() [2/2]

MTL::Instrument::VISAResourceInfo::VISAResourceInfo ( eInterfaceType  Type,
tInterfaceNumber  Number,
tClass  Class,
tExpandedName  Expname,
tAlias  Alias 
)
inline

Definition at line 209 of file VISAInstrumentTypes.h.

Member Function Documentation

◆ Alias()

const tAlias& MTL::Instrument::VISAResourceInfo::Alias ( ) const
inline

Definition at line 228 of file VISAInstrumentTypes.h.

◆ Class()

const tClass& MTL::Instrument::VISAResourceInfo::Class ( ) const
inline

Definition at line 220 of file VISAInstrumentTypes.h.

◆ ExpName()

const tExpandedName& MTL::Instrument::VISAResourceInfo::ExpName ( ) const
inline

Definition at line 224 of file VISAInstrumentTypes.h.

◆ Number()

const tInterfaceNumber& MTL::Instrument::VISAResourceInfo::Number ( ) const
inline

Definition at line 216 of file VISAInstrumentTypes.h.

◆ Type()

const eInterfaceType& MTL::Instrument::VISAResourceInfo::Type ( ) const
inline

Definition at line 212 of file VISAInstrumentTypes.h.


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