![]() |
Ginan
|
Data Structures | |
| struct | SsrInputOptions |
| struct | SbasInputOptions |
| 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 | SatelliteErrorHandler |
| 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 | LeastSquareOptions |
| 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 | SbasOptions |
| 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 | 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) |
| template<typename BASE , typename COMP > | |
| void | setInited (BASE &base, COMP &comp, bool init=true) |
| Use pointer arithmetic to keep track of variables that have been initialised. | |
| template<typename BASE , typename COMP , typename VALUE > | |
| void | setOption (BASE &base, COMP &comp, VALUE value) |
| Set an option manually. | |
| template<typename CONTAINER , typename ELEMENT > | |
| bool | initIfNeeded (CONTAINER &thisContainer, const CONTAINER &thatContainer, ELEMENT &thisElement) |
| Copy one parameter to another, if it has been initialised. | |
| 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 initIfNeeded | ( | CONTAINER & | thisContainer, |
| const CONTAINER & | thatContainer, | ||
| ELEMENT & | thisElement ) |
Copy one parameter to another, if it has been initialised.
Use pointer arithmetic to determine the offset of another parameter within its parent structure, assuming it has the same layout as this parameter in its parent.
| 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 |
| void setInited | ( | BASE & | base, |
| COMP & | comp, | ||
| bool | init = true ) |
Use pointer arithmetic to keep track of variables that have been initialised.
| void setOption | ( | BASE & | base, |
| COMP & | comp, | ||
| VALUE | value ) |
Set an option manually.