25 const char* versionString =
"1.0" );
virtual ~DtTimeManagementBrokerInitializer()
DTOR.
virtual double lookahead() const
Get the broker's lookahead.
char ** argv()
The argument list as passed in the CTOR.
int & argc()
The argument count as passed in the CTOR.
DtTimeManagementBrokerInitializer & operator=(const DtTimeManagementBrokerInitializer &other)
Assignment Operator.
Parses the MTL file, and reads command line input to produce a set of parameters useful for the broke...
Definition: timeMgmtBrokerInit.h:19
DtTimeManagementBrokerInitializer(int argc=0, char **argv=0, const char *versionString="1.0")
CTOR.
DtConfigVariable< double > myCmdLineLookahead
Command line setting for the lookahead.
Definition: timeMgmtBrokerInit.h:46
Contains the DtHlaBrokerInitializer class declaration.
virtual void setLookahead(double)
Set the broker's lookahead.
Parses the MTL file, and reads command line input to produce a set of parameters useful for DtRprBrok...
Definition: rprBrokerInitializer.h:37