MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
newSessionStatusMessage.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  UnspportedProtocolVersion = 1,
19  OutOfResources = 2,
20  InternalError = 99
21  };
22 
23  public:
24 
27 
28  DtNewSessionStatusMessage* setStatus(SessionStatus statusValue);
29  SessionStatus status() const;
30 
31  void printData() const;
32 
33 
34  protected:
35 
37  };
38 }
MAKRti::DtNetU32 DtFedProU32
Definition: fedproNetDatatypes.h:15
#define DT_DLL_FEDPRO
Definition: rtiMsConfig.h:156
DtFedProU32 myStatus
Definition: newSessionStatusMessage.h:36
Definition: newSessionStatusMessage.h:11
SessionStatus
Definition: newSessionStatusMessage.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)