VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trackJamDesignator.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
15 #include <vl/hostStructs.h>
16 
17 #include <vlutil/vlString.h>
18 
23 {
24 public:
25 
28 
31  int emitterId, int beamId );
32 
34  virtual ~DtTrackJamDesignator();
35 
38 
41 
43  virtual void setEmitterId( int id );
44 
46  virtual int emitterId() const;
47 
49  virtual void setBeamId( int id );
50 
52  virtual int beamId() const;
53 
55  virtual bool operator == ( const DtTrackJamDesignator& des ) const;
56 
58  virtual bool operator != ( const DtTrackJamDesignator& des ) const;
59 
61  virtual const char* string() const;
62 
63 protected:
64 
65  int myEmitterId;
66  int myBeamId;
67  DtString myStringRep;
68 
69 };
70 
71 #endif // DtDIS
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
friend bool operator==(const DtString &str1, const DtString &str2)
Contains the DtString class declaration.
This file contains typedefs used to represent objects in a protocol neutral way.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
virtual DtString & operator=(const char *orig)
friend bool operator!=(const DtString &str1, const DtString &str2)
virtual const char * string() const
string() - Returns a char * representation of the DtString: deprecated
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtGlobalObjectDesignator DtTrackJamDesignator
Definition: emitterBeamRepository.h:23

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)