VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifSetScenarioFilename.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 
18 #include "vrfmsgs/vrfmsgsDefines.h"
19 #include "vrfmsgs/ifSaveComplete.h"
20 #include "vrfmsgs/messageTypes.h"
21 
25 
27 {
28 public:
29 
32 
34  virtual ~DtIfSetScenarioFilename();
35 
38 
41 
43  virtual DtSimInterfaceContent * clone() const;
44 
47  virtual int type() const;
48 
49  virtual void setScenarioFilename(const DtFilename&);
50  virtual const DtFilename& scenarioFilename() const;
51 
52  virtual int netRepSize() const;
53  virtual bool setFromNet(const char* contentBuffer,
54  unsigned contentSize);
55  virtual bool setToNet();
56 
57  virtual void printDataToString(DtString& str);
58 
59  static DtSimInterfaceContent* creator();
60 
61 protected:
62  DtFilename myScenarioFilename;
63 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)