VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifCloseScenario.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vlpi/netStructs.h>
13 
25 
26 #include "vrfmsgs/vrfmsgsDefines.h"
28 {
29 public:
30 
33 
35  virtual ~DtIfCloseScenario();
36 
39 
42 
44  virtual int type() const;
45 
46  virtual DtSimInterfaceContent * clone() const;
47 
50  virtual void setDatabaseToKeepOpen(const DtFilename&);
51  virtual const DtFilename& databaseToKeepOpen() const;
52 
53  virtual int netRepSize() const;
54  virtual bool setFromNet(const char* contentBuffer,
55  unsigned contentSize);
56  virtual bool setToNet();
57 
58  static DtSimInterfaceContent* creator();
59 
60 protected:
62 };

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)