VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtUnderwaterAcousticEmitterSystem Class Reference

DtUnderwaterAcousticEmitterSystem is a class which contains information describing the acoustic emitter systems in an underwater acoustics PDU. More...

+ Collaboration diagram for DtUnderwaterAcousticEmitterSystem:

Public Member Functions

 DtUnderwaterAcousticEmitterSystem ()
 Default CTOR. More...
 
 DtUnderwaterAcousticEmitterSystem (const DtUnderwaterAcousticEmitterSystem &orig)
 Copy CTOR. More...
 
DtUnderwaterAcousticEmitterSystemoperator= (const DtUnderwaterAcousticEmitterSystem &orig)
 Assignment operator. More...
 
DtUnderwaterAcousticEmitterSystemoperator= (const DtNetUnderwaterAcousticEmitterSystem &orig)
 Assignment operator (from Net struct). More...
 
virtual ~DtUnderwaterAcousticEmitterSystem ()
 Virtual DTOR. More...
 
virtual void setDataLength (DtU8 value)
 Set/Get the data length. More...
 
virtual DtU8 dataLength () const
 
virtual void setNumberOfBeams (DtU8 value)
 Set/Get the number of beams. More...
 
virtual DtU8 numberOfBeams () const
 
virtual void setAcousticName (DtUnderwaterAcousticSystemName name)
 Set/Get the system name. More...
 
virtual
DtUnderwaterAcousticSystemName 
acousticName () const
 
virtual void setFunction (DtUnderwaterAcousticFunction function)
 Set/Get the function. More...
 
virtual
DtUnderwaterAcousticFunction 
function () const
 
virtual void setAcousticID (DtU8 id)
 Set/Get the acoustic ID number. More...
 
virtual DtU8 acousticID () const
 
virtual void setLocation (const DtVector32 &coords)
 Set/Get the location. More...
 
virtual const DtVector32location () const
 
virtual void print () const
 Print the information contained in the record. More...
 
virtual void printDataToStream (std::ostream &stream) const
 
virtual void unloadNetRecord (const DtNetUnderwaterAcousticEmitterSystem &record)
 Load/Unload data from a packet record. More...
 
virtual void loadNetRecord (DtNetUnderwaterAcousticEmitterSystem &record) const
 

Protected Attributes

DtU8 myDataLength
 Data members: More...
 
DtU8 myNumberOfBeams
 
DtUnderwaterAcousticSystemName myAcousticName
 
DtUnderwaterAcousticFunction myFunction
 
DtU8 myAcousticID
 
DtVector32 myLocation
 

Detailed Description

DtUnderwaterAcousticEmitterSystem is a class which contains information describing the acoustic emitter systems in an underwater acoustics PDU.

Constructor & Destructor Documentation

DtUnderwaterAcousticEmitterSystem::DtUnderwaterAcousticEmitterSystem ( )

Default CTOR.

DtUnderwaterAcousticEmitterSystem::DtUnderwaterAcousticEmitterSystem ( const DtUnderwaterAcousticEmitterSystem orig)

Copy CTOR.

virtual DtUnderwaterAcousticEmitterSystem::~DtUnderwaterAcousticEmitterSystem ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual DtU8 DtUnderwaterAcousticEmitterSystem::acousticID ( ) const
virtual
virtual DtUnderwaterAcousticSystemName DtUnderwaterAcousticEmitterSystem::acousticName ( ) const
virtual
virtual DtU8 DtUnderwaterAcousticEmitterSystem::dataLength ( ) const
virtual
virtual DtUnderwaterAcousticFunction DtUnderwaterAcousticEmitterSystem::function ( ) const
virtual
virtual void DtUnderwaterAcousticEmitterSystem::loadNetRecord ( DtNetUnderwaterAcousticEmitterSystem record) const
virtual
virtual const DtVector32& DtUnderwaterAcousticEmitterSystem::location ( ) const
virtual
virtual DtU8 DtUnderwaterAcousticEmitterSystem::numberOfBeams ( ) const
virtual
DtUnderwaterAcousticEmitterSystem& DtUnderwaterAcousticEmitterSystem::operator= ( const DtUnderwaterAcousticEmitterSystem orig)

Assignment operator.

DtUnderwaterAcousticEmitterSystem& DtUnderwaterAcousticEmitterSystem::operator= ( const DtNetUnderwaterAcousticEmitterSystem orig)

Assignment operator (from Net struct).

virtual void DtUnderwaterAcousticEmitterSystem::print ( ) const
virtual

Print the information contained in the record.

virtual void DtUnderwaterAcousticEmitterSystem::printDataToStream ( std::ostream &  stream) const
virtual
virtual void DtUnderwaterAcousticEmitterSystem::setAcousticID ( DtU8  id)
virtual

Set/Get the acoustic ID number.

virtual void DtUnderwaterAcousticEmitterSystem::setAcousticName ( DtUnderwaterAcousticSystemName  name)
virtual

Set/Get the system name.

virtual void DtUnderwaterAcousticEmitterSystem::setDataLength ( DtU8  value)
virtual

Set/Get the data length.

virtual void DtUnderwaterAcousticEmitterSystem::setFunction ( DtUnderwaterAcousticFunction  function)
virtual

Set/Get the function.

virtual void DtUnderwaterAcousticEmitterSystem::setLocation ( const DtVector32 coords)
virtual

Set/Get the location.

virtual void DtUnderwaterAcousticEmitterSystem::setNumberOfBeams ( DtU8  value)
virtual

Set/Get the number of beams.

virtual void DtUnderwaterAcousticEmitterSystem::unloadNetRecord ( const DtNetUnderwaterAcousticEmitterSystem record)
virtual

Load/Unload data from a packet record.

Member Data Documentation

DtU8 DtUnderwaterAcousticEmitterSystem::myAcousticID
protected
DtUnderwaterAcousticSystemName DtUnderwaterAcousticEmitterSystem::myAcousticName
protected
DtU8 DtUnderwaterAcousticEmitterSystem::myDataLength
protected

Data members:

DtUnderwaterAcousticFunction DtUnderwaterAcousticEmitterSystem::myFunction
protected
DtVector32 DtUnderwaterAcousticEmitterSystem::myLocation
protected
DtU8 DtUnderwaterAcousticEmitterSystem::myNumberOfBeams
protected

The documentation for this class was generated from the following file:

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)