VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifControl.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include "vrfmsgs/vrfmsgsDefines.h"
18 #include <vlutil/vlString.h>
20 
33 {
34 
35 public:
37  DtIfControl();
38 
40  DtIfControl(const DtIfControl & orig);
41 
43  const DtIfControl & operator=(const DtIfControl &
44  orig);
45 
46  virtual ~DtIfControl();
47 
49  virtual int type() const;
50 
51  virtual DtSimInterfaceContent * clone() const;
52 
55  virtual int controlType() const;
56  virtual void setControlType(int controlType);
57 
58  virtual int netRepSize() const;
59  virtual bool setFromNet(const char* contentBuffer,
60  unsigned contentSize);
61  virtual bool setToNet();
62 
63  virtual void printDataToString(DtString& str);
64 
65  static DtSimInterfaceContent* creator();
66 
69  virtual double duration() const;
70  virtual void setDuration(double time);
71 
75  virtual void setScenarioRunId(int);
76  virtual int scenarioRunId() const;
77 
78 protected:
80  double myTime;
82 };
83 
84 
85 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)