MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
netAssistantSrcDestInfo.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: netAssistantSrcDestInfo.h,v $ $Revision: 1.2 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtNetAssistantRoutingInfo_H_
14 #define DtNetAssistantRoutingInfo_H_
15 
16 #include <rtiMsConfig.h>
17 #include <vlutil/vlNetTypes.h>
18 
25 {
26 public:
27 
29  DtNetU128 srcAddr;
30  DtNetU128 destAddr;
31  DtNetU32 inetAddrFamily;
32  DtNetU16 srcId;
33  DtNetU16 destId;
34  DtNetU32 compId;
35  DtNetU16 srcHostSize;
36  //char srcHost[];
37 };
38 
39 #endif
DtUuid DtAssistantUuid
Definition: assistantUtil.h:17
DtNetU16 destId
Definition: netAssistantSrcDestInfo.h:33
DtNetU128 destAddr
Definition: netAssistantSrcDestInfo.h:30
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
Network representation for info regarding the source and destination Assistants for this message...
Definition: netAssistantSrcDestInfo.h:24
DtNetU16 srcId
Definition: netAssistantSrcDestInfo.h:32
DtAssistantUuid srcUuid
Definition: netAssistantSrcDestInfo.h:28
DtNetU16 srcHostSize
Definition: netAssistantSrcDestInfo.h:35
DtNetU128 srcAddr
Definition: netAssistantSrcDestInfo.h:29
DtNetU32 inetAddrFamily
Definition: netAssistantSrcDestInfo.h:31
DtNetU32 compId
Definition: netAssistantSrcDestInfo.h:34

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)