VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifImportScenarioResults.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #include "vrfmsgs/vrfmsgsDefines.h"
18 
19 #include <boost/unordered_map.hpp>
20 #include <vlutil/vlString.h>
21 #include <vrfutil/rwUUID.h>
22 
25 
29 {
30 public:
31  typedef boost::unordered_map<DtUUID, DtUUID> UUIDToUUIDMap;
32  typedef boost::unordered_map<DtString, DtString> NameToNameMap;
33  typedef boost::unordered_map<DtString, DtUUID> NameToUUIDMap;
34 
37 
40 
43 
44  virtual ~DtIfImportScenarioResults();
45 
46  virtual int type() const;
47 
48  virtual DtSimInterfaceContent * clone() const;
49 
50  virtual int netRepSize() const;
51  virtual bool setFromNet(const char* contentBuffer,
52  unsigned contentSize);
53  virtual bool setToNet();
54 
55  virtual void printDataToString(DtString& str);
56 
57  static DtSimInterfaceContent* creator();
58 
59  virtual void setUUIDToUUIDMap(const UUIDToUUIDMap&);
60  virtual const UUIDToUUIDMap& uuidToUUIDMap() const;
61 
62  virtual void setNameToUUIDMap(const NameToUUIDMap&);
63  virtual const NameToUUIDMap& nameToUUIDMap() const;
64 
65  virtual void setNameToNameMap(const NameToNameMap&);
66  virtual const NameToNameMap& nameToNameMap() const;
67 
68  virtual void setScriptedTaskMergeWarnings(const std::vector<DtRwTranslatableStringObject>&);
69  virtual const std::vector<DtRwTranslatableStringObject>& scriptedTaskMergeWarnings() const;
70 
71 protected:
75  std::vector<DtRwTranslatableStringObject> myScriptedTaskMergeWarnings;
76 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)