VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rttReplyRadioSignalInteraction.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 2011 VT MAK
3 * ** All rights reserved.
4 * *********************************************************************/
5 /*********************************************************************
6 * ** $RCSfile: hRttReplyRadSigInter.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef RttReplyRadioSignalInteraction_H_
12 #define RttReplyRadioSignalInteraction_H_
13 
14 
16 #include <vl/exerciseConnHLA.h>
17 #include <vl/link16Structs.h>
18 
20 
22 
24 {
25 public:
28 
31 
34 
37 
39  virtual const char* name() const;
40 
41  virtual void printDataToStream(std::ostream& stream) const;
42 
43  static DtInteraction* create();
44 
45  static void addCallback(DtExerciseConn* conn,
46  DtRttReplyRadioInteractionCb cb, void* usr);
47  static void removeCallback(DtExerciseConn* conn,
48  DtRttReplyRadioInteractionCb cb, void* usr);
49 
50 protected:
51 
59  virtual const char* interactionClassToUse(DtExerciseConn* exConn) const;
60 
68  virtual DtInteractionDecoder* createDecoder(DtExerciseConn* exConn) const;
69 
70 
78  virtual DtInteractionEncoder* createEncoder(DtExerciseConn* exConn) const;
79 
80 };
81 
82 #endif
83 #endif
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
Definition: l16RadioSignalInteraction.h:22
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
static void removeCallback(DtExerciseConn *conn, DtL16RadioSignalInteractionCb cb, void *usr)
static void addCallback(DtExerciseConn *conn, DtL16RadioSignalInteractionCb cb, void *usr)
static DtInteraction * create()
virtual DtInteractionDecoder * createDecoder(DtExerciseConn *exConn) const
Virtual function override.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
virtual void printDataToStream(std::ostream &stream) const
Print the interaction&#39;s data to a stream.
void(* DtRttReplyRadioInteractionCb)(DtRttReplyRadioSignalInteraction *inter, void *usr)
Definition: rttReplyRadioSignalInteraction.h:21
Definition: rttReplyRadioSignalInteraction.h:23
virtual const char * interactionClassToUse(DtExerciseConn *exConn) const
Virtual function override.
DtL16RadioSignalInteraction & operator=(const DtL16RadioSignalInteraction &orig)
Assignment operator.
virtual DtInteractionEncoder * createEncoder(DtExerciseConn *exConn) const
Virtual function override.

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)