MAK RTIspy API Documentation for HLA 1516
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
assistant
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
24
class
DT_DLL_ASSISTANT
DtNetAssistantSrcDestInfo
25
{
26
public
:
27
28
DtNetU128
srcAddr
;
29
DtNetU128
destAddr
;
30
DtNetU32
inetAddrFamily
;
31
DtNetU16
srcId
;
32
DtNetU16
destId
;
33
DtNetU32
compId
;
34
DtNetU16
srcHostSize
;
35
//char srcHost[];
36
};
37
38
#endif
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)