VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
addressMap.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 
11 #include "vrfutil/readerWriter.h"
12 #include <vl/hostStructs.h>
13 #include "vrfutil/mappingList.h"
14 
20 
21 #include "vrfutil/vrfutilDefines.h"
23 {
24 public:
25 
27  DtAddressMap();
28 
30  parentRegistry = NULL);
32  parentRegistry = NULL);
33 
35  virtual ~DtAddressMap();
36 
38  DtAddressMap(const DtString& name, const DtAddressMap& orig,
39  DtReaderWriterRegistry* parentRegistry = NULL);
40  DtAddressMap(const DtSymbolString& name, const DtAddressMap& orig,
41  DtReaderWriterRegistry* parentRegistry = NULL);
42 
44  DtAddressMap& operator=(const DtAddressMap& orig);
45 
46  virtual DtAddressMap* clone(const DtString& name,
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48  virtual DtAddressMap* clone(const DtSymbolString& name,
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
52  virtual bool readMapFile(const DtFilename& filename);
53 
55  virtual bool readMapFileFromBuffer(const DtString& filename);
56 
58  virtual void addMapping(const DtUUID& name,
59  const DtSimulationAddress& address);
60 
65  virtual bool lookup(const DtUUID&, DtSimulationAddress& address)
66  const;
67 
69  virtual std::set<DtSimulationAddress> addresses();
70 
71  virtual const DtMappingList& objectMap();
72 
73 protected:
75 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)