VR-Link API Documentation for DIS
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.
 DtUnderwaterAcousticEmitterSystem (const DtUnderwaterAcousticEmitterSystem &orig)
 Copy CTOR.
DtUnderwaterAcousticEmitterSystemoperator= (const DtUnderwaterAcousticEmitterSystem &orig)
 Assignment operator.
DtUnderwaterAcousticEmitterSystemoperator= (const DtNetUnderwaterAcousticEmitterSystem &orig)
 Assignment operator (from Net struct).
virtual ~DtUnderwaterAcousticEmitterSystem ()
 Virtual DTOR.
virtual void setDataLength (DtU8 value)
 Set/Get the data length.
virtual DtU8 dataLength () const
virtual void setNumberOfBeams (DtU8 value)
 Set/Get the number of beams.
virtual DtU8 numberOfBeams () const
virtual void setAcousticName (DtUnderwaterAcousticSystemName name)
 Set/Get the system name.
virtual
DtUnderwaterAcousticSystemName 
acousticName () const
virtual void setFunction (DtUnderwaterAcousticFunction function)
 Set/Get the function.
virtual
DtUnderwaterAcousticFunction 
function () const
virtual void setAcousticID (DtU8 id)
 Set/Get the acoustic ID number.
virtual DtU8 acousticID () const
virtual void setLocation (const DtVector &coords)
 Set/Get the location.
virtual const DtVectorlocation () const
virtual void print () const
 Print the information contained in the record.
virtual void printDataToStream (std::ostream &stream) const
virtual void unloadNetRecord (const DtNetUnderwaterAcousticEmitterSystem &record)
 Load/Unload data from a packet record.
virtual void loadNetRecord (DtNetUnderwaterAcousticEmitterSystem &record) const

Protected Attributes

DtU8 myDataLength
 Data members:
DtU8 myNumberOfBeams
DtUnderwaterAcousticSystemName myAcousticName
DtUnderwaterAcousticFunction myFunction
DtU8 myAcousticID
DtVector 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 DtVector& 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 DtVector 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
DtVector DtUnderwaterAcousticEmitterSystem::myLocation
protected
DtU8 DtUnderwaterAcousticEmitterSystem::myNumberOfBeams
protected

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

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)