MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nullMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1998 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: nullMsg.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtNullMsg_H_
13 #define DtNullMsg_H_
14 
15 #include "rtiMsg.h"
16 #include "netNullMsg.h"
17 
19 {
20 public:
21 
23  DtNullMsg(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
24 
26  DtNullMsg(const DtNetNullMsg* netRep,
27  DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
28 
30  virtual ~DtNullMsg();
31 
33  virtual void printData(DtLogicalTimeFactory* logicalTimeFactory) const;
34 
35 protected:
36 
38  virtual DtNetNullMsg* netNullMsg();
39  virtual const DtNetNullMsg* netNullMsg() const;
40 
43 
45  virtual int minSize() const;
46 
48  virtual DtNullMsg* self() const;
49 
50 protected:
51 
52 };
53 
54 inline DtNullMsg* DtNullMsg::self() const
55 {
56  return const_cast<DtNullMsg*>( this );
57 }
58 
59 #endif
60 
DtRtiMsgKind
Definition: rtiMsgKind.h:9
virtual DtNullMsg * self() const
Casts away const-ness.
Definition: nullMsg.h:54
Definition: fedTimeFactory.h:73
virtual void printData(DtLogicalTimeFactory *logicalTimeFactory) const
Definition: netNullMsg.h:19
Definition: nullMsg.h:18
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:34
virtual DtRtiMsgKind internalDtRtiMsgKind()=0
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

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)