VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sendMessageQueueEntry.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: sendMsgQEtry.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtSendMessageQueueEntry_H_
13 #define DtSendMessageQueueEntry_H_
14 
15 
16 #include <vl/hostStructs.h>
17 
19 
26 #include "vrfcore/vrfcoreDefines.h"
28 {
29 public:
30 
32  DtSendMessageQueueEntry(const DtSimulationAddress& recipient,
33  const DtSimInterfaceContent& content, unsigned long sequenceNumber);
34 
36  virtual ~DtSendMessageQueueEntry();
37 
38  virtual const DtSimulationAddress& recipient() const;
39 
40  virtual DtSimInterfaceContent& content() const;
41 
42  virtual unsigned long sequenceNumber() const;
43 
44 protected:
45 
48 
50  DtSendMessageQueueEntry& operator=(const DtSendMessageQueueEntry& orig);
51 
52 protected:
53 
54  DtSimulationAddress myRecipient;
56  unsigned long mySequenceNumber;
57 };
58 
59 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)