MAK RTIspy API Documentation for HLA 1.3
netAssistantSrcDestInfo.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netAssistantSrcDestInfo.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *********************************************************************/
00008 
00012 
00013 #ifndef DtNetAssistantRoutingInfo_H_
00014 #define DtNetAssistantRoutingInfo_H_
00015 
00016 #include <rtiMsConfig.h>
00017 #include <vlutil/vlNetTypes.h>
00018 
00024 class DT_DLL_ASSISTANT DtNetAssistantSrcDestInfo
00025 {
00026 public:
00027 
00028    DtNetU128 srcAddr;
00029    DtNetU128 destAddr;
00030    DtNetU32 inetAddrFamily;
00031    DtNetU16 srcId;
00032    DtNetU16 destId;
00033    DtNetU32 compId;
00034    DtNetU16 srcHostSize;
00035    //char srcHost[];
00036 };
00037 
00038 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)