MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
resignRespMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
8
#include "
rtiMsConfig.h
"
9
#include "
rtiTemplateMsg.h
"
10
#include <
rtiutil/rtiTemplateMsgParams.h
>
11
12
enum
DtResignResponse
13
{
14
DtResignAccepted
,
15
DtResignRejected
,
16
DtResignWaiting
17
};
18
19
20
class
DT_DLL_LRC
DtResignRespMsg
:
public
DtRtiTemplateMsg
21
{
22
// Declare the standard methods required by the message class.
23
DtDECLARE_STANDARD_MSG_METHODS
(
DtResignRespMsg
)
24
DtDECLARE_ENUMERATION_PARAMETER_METHODS
(ResignResponse,
DtResignResponse
, 8)
25
};
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)