VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rttabRadioSignalInteraction.h
Go to the documentation of this file.
1 /*********************************************************************
2 * ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 * ** All rights reserved.
4 * *********************************************************************/
5 /*********************************************************************
6 * ** $RCSfile: hRttabRadSigInter.h,v $ $Revision: 1.1 $ $State: Exp $
7 * *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef DtRttabRadioSignalInteraction_H_
12 #define DtRttabRadioSignalInteraction_H_
13 
15 #include <vl/exerciseConnHLA.h>
16 #include <vl/link16Structs.h>
17 
19 
21 
23 {
24 public:
27 
30 
33 
36 
38  virtual const char* name() const;
39 
40  virtual void printDataToStream(std::ostream& stream) const;
41 
42  static DtInteraction* create();
43 
44  static void addCallback(DtExerciseConn* conn,
45  DtRttabRadioSignalInteractionCb cb, void* usr);
46  static void removeCallback(DtExerciseConn* conn,
47  DtRttabRadioSignalInteractionCb cb, void* usr);
48 
50  virtual const DtRttabStruct& rttabData()const;
52  virtual void setRttabData(const DtRttabStruct& data);
54 
55 protected:
56 
64  virtual const char* interactionClassToUse(DtExerciseConn* exConn) const;
65 
73  virtual DtInteractionDecoder* createDecoder(DtExerciseConn* exConn) const;
74 
75 
83  virtual DtInteractionEncoder* createEncoder(DtExerciseConn* exConn) const;
84 
87 
88 };
89 
90 #endif
91 #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:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: rttabRadioSignalInteraction.h:22
DtRttabStruct myRttabData
The RTT A/B data.
Definition: rttabRadioSignalInteraction.h:86
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)
Definition: link16Structs.h:34
static void addCallback(DtExerciseConn *conn, DtL16RadioSignalInteractionCb cb, void *usr)
static DtInteraction * create()
void(* DtRttabRadioSignalInteractionCb)(DtRttabRadioSignalInteraction *inter, void *usr)
Definition: rttabRadioSignalInteraction.h:20
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.
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 Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)