Ginan
Loading...
Searching...
No Matches
acsConfig.hpp File Reference

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)
 

Function Documentation

◆ configure()

bool configure ( int argc,
char ** argv )

Prepare the configuration of the program.

Parameters
argcPassthrough calling argument count
argvPassthrough calling argument list
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dumpConfig()

void dumpConfig ( Trace & trace)
Here is the caller graph for this function:

◆ isInited()

template<typename BASE , typename COMP >
bool isInited ( const BASE & base,
const COMP & comp )
Here is the caller graph for this function:

◆ replaceString()

bool replaceString ( string & str,
string subStr,
string replacement,
bool warn = true )

search for and replace section of string

Parameters
strString to search within
subStrString to replace
replacementReplacement string
warnOptional wanring about undefined values
Here is the caller graph for this function: