TwiceAsNice
2019-02-18
|
This class represents one Gregorian or focal station. More...
#include <IifStation.h>
Public Member Functions | |
IifStation (const enum IifFstatio fstat=BACK) | |
IifStation (const std::string &fstat) | |
construct from astring like "blabla right" or "bla both". More... | |
std::string | toString () const |
Generate a string as used in the ICS initializations. More... | |
IifStation (const enum IifFstatio fstat=BACK) | |
IifStation (const std::string &fstat) | |
std::string | toString () const |
Public Attributes | |
enum IifFstatio | f |
This class represents one Gregorian or focal station.
Ltcs::IifStation::IifStation | ( | const enum IifFstatio | fstat = BACK | ) |
Default ctor. Initialize the state as bentGregorianBack, which is the most suitable default for Linc-Nirvana.
Ltcs::IifStation::IifStation | ( | const std::string & | fstation | ) |
construct from astring like "blabla right" or "bla both".
fstation | A string of the format found in the FOCAL_STATION property in lbcs.iif-dev.cfg |
Ltcs::IifStation::IifStation | ( | const enum IifFstatio | fstat = BACK | ) |
Ltcs::IifStation::IifStation | ( | const std::string & | fstat | ) |
std::string Ltcs::IifStation::toString | ( | ) | const |
Generate a string as used in the ICS initializations.
std::string Ltcs::IifStation::toString | ( | ) | const |
enum IifFstatio Ltcs::IifStation::f |