MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sessionTerminatedMessage.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2025 MAK Technologies
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #include "fedproMessage.h"
8 
9 namespace FedProSess
10 {
12  {
13  public:
14 
16  {
17  Success = 0,
18  ForcefulTermination = 1,
19  SeverTerminated = 2,
20  InvalidSession = 98,
21  InternalError = 99
22  };
23 
24  public:
25 
28 
29  void printData() const;
30  };
31 }
Definition: sessionTerminatedMessage.h:11
#define DT_DLL_FEDPRO
Definition: rtiMsConfig.h:156
SessionStatus
Definition: sessionTerminatedMessage.h:15
Definition: fedproMessage.h:18

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)