8 #ifndef launcherInit_H_
9 #define launcherInit_H_
virtual double damageTime() const
This file provides protocol independence to DtExerciseConnInitializer.
virtual double erectorStartTime() const
virtual double missileSwapTime() const
Contains the DtString class declaration.
DtLauncherInitializer & operator=(const DtLauncherInitializer &other)
Assignment Operator not implemented – Do Not copy.
virtual DtString lispFileName() const
virtual void setLispFileName(const DtString &name)
DtConfigVariable< double > myMissileMoveTime
Definition: launcherInit.h:77
DtConfigVariable< double > myFireTime
Definition: launcherInit.h:75
virtual char ** argv() const
Returns a pointer to the variable argument list.
virtual double refLatitude() const
double myRefLatitude
here, because MTL does not support bool types
Definition: launcherInit.h:82
DtConfigVariable< double > myMissileStopTime
Definition: launcherInit.h:78
This file declares DtVector and DtVector32.
virtual double missileMoveTime() const
virtual void parseCmdLine()
Contains the DtConfigVariable class declaration.
virtual ~DtLauncherInitializer()
Default DTOR.
DtConfigVariable< double > myErectorStopTime
Definition: launcherInit.h:74
virtual double refLongitude() const
DtLauncherInitializer(int argc, char *argv[])
Default CTOR.
Instances of DtVrlApplicationInitializer are used to initialize the exercise connection with command ...
Definition: exerciseConnInitializerDIS.h:202
double myRefLongitude
Definition: launcherInit.h:83
DtConfigVariable< double > myErectorStartTime
Definition: launcherInit.h:73
virtual int argc() const
Returns the argument count.
virtual double erectorStopTime() const
DtConfigVariable< double > myDamageTime
Definition: launcherInit.h:79
DtConfigVariable< double > myMissileSwapTime
Definition: launcherInit.h:76
int myMtlUseAsynchronousIO
Definition: launcherInit.h:81
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual void initializeMtlParams()
Register the MTL/Command Line parameters.
DtLauncherInitializer derives from DtVrlApplicationInitializer and describes how command line/MTL par...
Definition: launcherInit.h:26
virtual double fireTime() const
DtConfigVariable< DtString > myLispFileName
Command line arguments.
Definition: launcherInit.h:71
virtual double lifeTime() const
virtual double missileStopTime() const
DtConfigVariable< double > myLifeTime
Definition: launcherInit.h:72