VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTleScenarioDescriptionImporterExporter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
8 #pragma once
9 
13 #include "vrfutil/tleParser.h"
14 
16 {
17 public:
20 
23 
26 
28  virtual bool importIntoSimulation(DtSimManager*);
29 
31  virtual bool importFromSimulation(DtSimManager*, const std::map<std::string, std::string>& exportData,
33 
34 
35 protected:
36  virtual bool complete() const;
37 
39  static void createObjectsCallback(void*);
40  virtual void processCreateObjects();
41 
43  virtual void createOrbitingEntity(TleParsedItem& tleItem);
44 
45 protected:
47 };
This class is the interface for a scenario description importer/exporter.
Definition: scenarioDescriptionImporterExporter.h:27
Imports TLE (two line elements) to create orbiting objects.
Definition: tleScenarioDescriptionImporterExporter.h:17
virtual bool importIntoSimulation(DtSimManager *)
Imports into the simulation.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Definition: msdlHierarchyPropertyMappings.h:56
virtual bool importFromSimulation(DtSimManager *, const std::map< std::string, std::string > &exportData, const DtMsdlHierarchyPropertyMappings &)
Imports from the simulation into internal structures.
Definition: vrfTleScenarioDescriptionImporterExporter.h:15
Definition: tleParser.h:12
DtSimManager * mySimManager
Definition: vrfTleScenarioDescriptionImporterExporter.h:46
virtual DtScenarioDescriptionImporterExporter * clone()
Clone to create a new copy of the object. Will be used as a &quot;clean&quot; version for import.
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual bool complete() const
Return true if import is complete. Default is true.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)