VR-Exchange 2.9 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tenaUtils.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #if DtTENA
11 
12 #pragma once
13 
14 #include <vlTena/dllExport.h>
15 
16 #include <TENA/UniqueID/Includes.h>
17 #include <TENA/PlatformType/Includes.h>
18 #include <TENA/Time/Includes.h>
19 
20 #include <vlpi/simulationAddress.h>
21 #include <vlpi/entityIdentifier.h>
22 #include <vlpi/entityType.h>
23 
24 #include <vl/globalObjectDesignator.h>
25 
26 #include <vlutil/vlTime.h>
27 #include <vl/eventId.h>
28 
29 namespace MAKVrExchange
30 {
31 
32  namespace DtTenaBroker
33  {
34 
36  DT_DLL_VLTENA TENA::UniqueID::Pointer setUniqueIdFromGlobalId(
37  const DtGlobalObjectDesignator& globalId );
38 
40  DT_DLL_VLTENA DtGlobalObjectDesignator setGlobalIdFromUniqueId(
41  const TENA::UniqueID::Pointer tenaId );
42 
44  DT_DLL_VLTENA TENA::UniqueID::Pointer setUniqueIdFromEventId(
45  const DtEventId& eventId );
46 
48  DT_DLL_VLTENA DtEventId setEventIdFromUniqueId(
49  const TENA::UniqueID::Pointer tenaId );
50 
52  DT_DLL_VLTENA TENA::PlatformType::Pointer setPlatformTypeFromEntType(
53  const DtEntityType& entType );
54 
56  DT_DLL_VLTENA DtEntityType setEntTypeFromPlatformType(
57  const TENA::PlatformType::Pointer tenaType );
58 
60  DT_DLL_VLTENA TENA::UniqueID::Pointer setUniqueIdFromEntityId(
61  const DtEntityIdentifier& entId ) ;
62 
64  DT_DLL_VLTENA DtEntityIdentifier setEntityIdFromUniqueId(
65  const TENA::UniqueID::Pointer tenaId );
66 
68  DT_DLL_VLTENA TENA::Time::Pointer setTenaTimeFromVrlinkTime( const DtTime vrlTime );
69 
70  }
71 }
72 
73 #endif // DtTENA
#define DT_DLL_VLTENA
Definition: brokers/tenaBroker/vlTena/dllExport.h:26

Document ID: Generated on Tue Jun 25 16:45:35 EDT 2024 from SVN revision 267383
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)