MAK RTIspy API Documentation for HLA 1.3
netJoinMsg.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netJoinMsg.h,v $ $Revision: 1.24 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtNetJoinMsg_H_
00013 #define DtNetJoinMsg_H_
00014 
00015 #include <vlutil/vlNetTypes.h>
00016 #include "netRtiMsgHdr.h"
00017 #include <vlutil/vlUtil.h>
00018 
00019 class DT_DLL_LRC DtNetJoinMsg
00020 {
00021 public:
00022    
00023    DtNetMsgHeader header;
00024 
00025    DtNetU32 sourceID;
00026 
00027    DtNetU32 inetAddrFamily; 
00028 
00029    DtNetU128 sourceIP;
00030 
00031    DtNetU32 webServerAddr; // web server only supports IPv4
00032 
00033    DtNetU32 flags;
00034 
00035    DtNetU16 requestID;
00036    DtNetU16 webServerPort;
00037 
00038    DtNetU16 fomModuleNamesSize;  
00039    DtNetU16 fedHostNameSize;
00040 
00041    DtNetU8  fedNameSize;
00042    DtNetU8  fedExNameSize;
00043    DtNetU8  fedTypeSize;
00044    DtNetU8 numFomModules;
00045 
00046    DtNetU8 hlaVersion;
00047    DtNetU8 needPartner;
00048    DtNetU8 numOfCrcs;
00049    DtNetU8 pad;
00050 
00053 
00060    
00061    
00062 };
00063 
00064 #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)