VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
activeSonarDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 
17 
24 {
25 public:
26 
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtActiveSonarDecoder();
34 
37 
40 
41 public:
42 
44  static DtHlaStateDecoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
51  static void decodeAcousticName(
53  const RTI::AttributeHandleValuePairSet& attrs,
54  int pairSetIndex);
55 
57  static void decodeFunctionCode(
59  const RTI::AttributeHandleValuePairSet& attrs,
60  int pairSetIndex);
61 
63  static void decodeAcousticsIdentifier(
65  const RTI::AttributeHandleValuePairSet& attrs,
66  int pairSetIndex);
67 
68 };
69 
70 #endif //DtHLA
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Creates an instance of DtUnderwaterAcousticsEmissionDecoder.
class DtActiveSonarDecoder
Definition: activeSonarDecoderHLA.h:23
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
class DtActiveSonarStateRepository
Definition: activeSonarStateRepository.h:29
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
Instances of DtUnderwaterAcousticsEmissionDecoder are used to decode data from the network into DtUnd...
Definition: underwaterAcousticsEmissionDecoder.h:21
DtUnderwaterAcousticsEmissionDecoder & operator=(const DtUnderwaterAcousticsEmissionDecoder &orig)
Assignment operator.
This file provides a declaration of the class DtUnderwaterAcousticsEmissionDecoder.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)