MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
15 #include <vlutil/vlString.h>
16 #include <boost/uuid/uuid.hpp>
17 
19 {
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);
DT_DLL_ASSISTANTAPP DtUuid DtBoostUuidToDtUuid(const boost::uuids::uuid &boostUuid)
DT_DLL_ASSISTANTAPP MAKRti::DtString DtUuidToUuidString(const DtUuid &assistantUuid)
Definition: assistantAppUtil.h:23
Definition: assistantAppUtil.h:22
DT_DLL_ASSISTANTAPP MAKRti::DtString DtBoostUuidToUuidString(const boost::uuids::uuid &boostUuid)
MAKRti::DtNetU128 DtUuid
Definition: assistantUtil.h:16
This file contains the declaration of Assistant Utility Functions.
Definition: assistantAppUtil.h:24
DT_DLL_ASSISTANTAPP boost::uuids::uuid DtUuidStringtoBoostUuid(const MAKRti::DtString &uuidString)
DT_DLL_ASSISTANTAPP boost::uuids::uuid DtRandomUuid()
Definition: assistantAppUtil.h:21
DT_DLL_ASSISTANTAPP boost::uuids::uuid DtUuidToBoostUuid(const DtUuid &assistantUuid)
Definition: assistantAppUtil.h:20
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
DtAssistantConnectionState
Definition: assistantAppUtil.h:18
DT_DLL_ASSISTANTAPP DtUuid DtUuidStringtoDtUuid(const MAKRti::DtString &uuidString)
Definition: assistantAppUtil.h:25

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)