MAK RTIspy API Documentation for HLA Evolved
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
netAssistantPopupMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantPopupMsg.h,v $ $Revision: 1.2 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantPopupMsg_H_
10
#define DtNetAssistantPopupMsg_H_
11
15
16
#include <vlutil/vlNetTypes.h>
17
#include <vlutil/vlUtil.h>
18
19
#include "
netAssistantMsgHdr.h
"
20
23
class
DT_DLL_ASSISTANT
DtNetAssistantPopupMsg
24
{
25
public
:
26
27
DtNetAssistantMsgHeader
header
;
28
DtNetU16
textSize
;
29
DtNetU16
advancedTextSize
;
30
//char text[]
31
//char advancedText[]
32
};
33
34
35
#endif
netAssistantMsgHdr.h
DtNetAssistantMsgHeader
Definition:
netAssistantMsgHdr.h:26
DtNetAssistantPopupMsg::advancedTextSize
DtNetU16 advancedTextSize
Definition:
netAssistantPopupMsg.h:29
DT_DLL_ASSISTANT
#define DT_DLL_ASSISTANT
_WIN32
Definition:
rtiMsConfig.h:121
DtNetAssistantPopupMsg::textSize
DtNetU16 textSize
Definition:
netAssistantPopupMsg.h:28
DtNetAssistantPopupMsg
Network representation for the RTI Assistant Popup message.
Definition:
netAssistantPopupMsg.h:23
DtNetAssistantPopupMsg::header
DtNetAssistantMsgHeader header
Definition:
netAssistantPopupMsg.h:27
Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (
www.mak.com
)