TwiceAsNice
2019-02-18
|
This class represents one of the LBTI or LBT instruments. More...
#include <IifInstrum.h>
Public Member Functions | |
IifInstrum (const enum IifInstr=NONE) | |
IifInstrum (const std::string instru) | |
ctor from a string representation. More... | |
operator Ltcs::IifStation () | |
read the focal station associated with this instrument. More... | |
std::string | toString () const |
Generate a string as used in the ICS initializations. More... | |
IifInstrum (const enum IifInstr=NONE) | |
IifInstrum (const std::string instru) | |
operator Ltcs::IifStation () | |
std::string | toString () const |
Public Attributes | |
enum IifInstr | ins |
This class represents one of the LBTI or LBT instruments.
Default ctor. Initialize the state as "no side" (of both)
i | The instrument by index in our local enumeration. |
Ltcs::IifInstrum::IifInstrum | ( | const std::string | instru | ) |
ctor from a string representation.
instru | The instrument by fuzzy name like "LINC" or "Linc-Nirvan" or "LUCI1" or "LBTI". Note that SHARK will use "LBTI" in the setup for the IIF/ICE interface. |
Ltcs::IifInstrum::IifInstrum | ( | const std::string | instru | ) |
Ltcs::IifInstrum::operator Ltcs::IifStation | ( | ) |
read the focal station associated with this instrument.
Ltcs::IifInstrum::operator Ltcs::IifStation | ( | ) |
std::string Ltcs::IifInstrum::toString | ( | ) | const |
std::string Ltcs::IifInstrum::toString | ( | ) | const |
Generate a string as used in the ICS initializations.
enum IifInstr Ltcs::IifInstrum::ins |