WebLVC 1.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
timeMgmtBrokerInit.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
20 {
21 public:
22 
24  DtTimeManagementBrokerInitializer( int argc = 0, char** argv = 0,
25  const char* versionString = "1.0" );
26 
29 
32 
34  virtual void setLookahead( double );
36  virtual double lookahead() const;
37 
38 private:
39 
42 
43 protected:
44 
46  DtConfigVariable<double> myCmdLineLookahead;
47 };
48 
49 
virtual ~DtTimeManagementBrokerInitializer()
DTOR.
virtual double lookahead() const
Get the broker&#39;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&#39;s lookahead.
Parses the MTL file, and reads command line input to produce a set of parameters useful for DtRprBrok...
Definition: rprBrokerInitializer.h:33

Document ID: Generated on Wed Mar 12 15:05:17 EDT 2025 from SVN revision 274272
Copyright © 2005-2025 MAK Technologies. All Rights Reserved (www.mak.com)