Ginan
|
Data Structures | |
struct | InputOptions |
Input source filenames and directories. More... | |
struct | IonexOptions |
struct | OutputOptions |
Enabling and setting destiations of program outputs. More... | |
struct | DebugOptions |
Options to be used only for debugging new features. More... | |
struct | SlrOptions |
Options for processing SLR observations. More... | |
struct | PreprocOptions |
struct | SlipOptions |
struct | ExcludeOptions |
struct | AmbiguityErrorHandler |
struct | IonoErrorHandler |
struct | OrbitErrorHandler |
struct | StateErrorHandler |
struct | MeasErrorHandler |
struct | ErrorAccumulationHandler |
struct | GlobalOptions |
Options for the general operation of the software. More... | |
struct | KalmanModel |
Options associated with kalman filter states. More... | |
struct | PrefitOptions |
struct | PostfitOptions |
struct | ChiSquareOptions |
struct | RtsOptions |
struct | FilterOptions |
struct | IonosphericOptions |
Options associated with the ionospheric modelling processing mode of operation. More... | |
struct | PppOptions |
Options associated with the ppp processing mode of operation. More... | |
struct | SppOptions |
struct | IonModelOptions |
struct | AmbROptions |
struct | Rinex23Conversion |
Rinex 2 conversions for individual receivers. More... | |
struct | InertialKalmans |
struct | EmpKalmans |
struct | CommonKalmans |
struct | SatelliteKalmans |
struct | ReceiverKalmans |
struct | CommonOptions |
struct | PropagationOptions |
struct | SurfaceDetails |
struct | OrbitOptions |
Options associated with orbital force models. More... | |
struct | SatelliteOptions |
Options to be applied to kalman filter states for individual satellites. More... | |
struct | ReceiverOptions |
Options to be applied to kalman filter states for individual receivers. More... | |
struct | MinimumConstraintOptions |
Options associated with the minimum constraints mode of operation. More... | |
struct | MongoInstanceOptions |
struct | MongoOptions |
struct | SsrOptions |
Options associated with SSR corrections and exporting RTCM messages. More... | |
struct | SsrInOptions |
struct | SbsInOptions |
struct | SSRMetaOpts |
struct | RtcmMsgTypeOpts |
struct | SsrBroadcast |
struct | NetworkOptions |
struct | YamlDefault |
struct | ACSConfig |
General options object to be used throughout the software. More... | |
Functions | |
template<typename BASE , typename COMP > | |
bool | isInited (const BASE &base, const COMP &comp) |
bool | replaceString (string &str, string subStr, string replacement, bool warn=true) |
search for and replace section of string | |
bool | configure (int argc, char **argv) |
Prepare the configuration of the program. | |
void | dumpConfig (Trace &trace) |
bool configure | ( | int | argc, |
char ** | argv ) |
Prepare the configuration of the program.
argc | Passthrough calling argument count |
argv | Passthrough calling argument list |
void dumpConfig | ( | Trace & | trace | ) |
bool isInited | ( | const BASE & | base, |
const COMP & | comp ) |
bool replaceString | ( | string & | str, |
string | subStr, | ||
string | replacement, | ||
bool | warn = true ) |
search for and replace section of string
str | String to search within |
subStr | String to replace |
replacement | Replacement string |
warn | Optional wanring about undefined values |