MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
rtiAssistantApp
assistantAppUtil.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include "
rtiMsConfig.h
"
13
14
#include <
assistant/assistantUtil.h
>
15
#include <vlutil/vlString.h>
16
#include <boost/uuid/uuid.hpp>
17
18
enum
DtAssistantConnectionState
19
{
20
DtUnknown
,
21
DtConnected
,
22
DtDisconnected
,
23
DtConnecting
,
24
DtDisconnecting
,
25
DtConnectionLost
26
};
27
28
DT_DLL_ASSISTANTAPP
boost::uuids::uuid
DtRandomUuid
();
29
30
DT_DLL_ASSISTANTAPP
boost::uuids::uuid
DtUuidToBoostUuid
(
const
DtUuid
& assistantUuid);
31
32
DT_DLL_ASSISTANTAPP
DtUuid
DtBoostUuidToDtUuid
(
const
boost::uuids::uuid& boostUuid);
33
34
DT_DLL_ASSISTANTAPP
boost::uuids::uuid
DtUuidStringtoBoostUuid
(
const
MAKRti::DtString & uuidString);
35
36
DT_DLL_ASSISTANTAPP
DtUuid
DtUuidStringtoDtUuid
(
const
MAKRti::DtString & uuidString);
37
38
DT_DLL_ASSISTANTAPP
MAKRti::DtString
DtBoostUuidToUuidString
(
const
boost::uuids::uuid& boostUuid);
39
40
DT_DLL_ASSISTANTAPP
MAKRti::DtString
DtUuidToUuidString
(
const
DtUuid
& assistantUuid);
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)