![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtActiveSonarBeamDecoder are used to decode an ActiveSonarBeam state message into a state repository in an HLA environment. More...
Inheritance diagram for DtActiveSonarBeamDecoder:
Collaboration diagram for DtActiveSonarBeamDecoder:Public Member Functions | |
| DtActiveSonarBeamDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| Constructor. | |
| virtual | ~DtActiveSonarBeamDecoder () |
| Destructor. | |
| DtActiveSonarBeamDecoder (const DtActiveSonarBeamDecoder &orig) | |
| Copy Constructor. | |
| DtActiveSonarBeamDecoder & | operator= (const DtActiveSonarBeamDecoder &orig) |
| Assignment operator. | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a decoder. Caller is responsible for deletion. | |
Protected Member Functions | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (ActiveEmissionParameterIndex) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (AzimuthBeamwidth) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (AzimuthCenter) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (BeamIdentifier) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (ElevationBeamwidth) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (ElevationCenter) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (EventIdentifier) | |
| DtDECLARE_ACTIVE_SONAR_ATTR_DECODER (ScanPattern) | |
Instances of DtActiveSonarBeamDecoder are used to decode an ActiveSonarBeam state message into a state repository in an HLA environment.
| DtActiveSonarBeamDecoder::DtActiveSonarBeamDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
Constructor.
| virtual DtActiveSonarBeamDecoder::~DtActiveSonarBeamDecoder | ( | ) | [virtual] |
Destructor.
Copy Constructor.
| static DtHlaStateDecoder* DtActiveSonarBeamDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a decoder. Caller is responsible for deletion.
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | ActiveEmissionParameterIndex | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | AzimuthBeamwidth | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | AzimuthCenter | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | BeamIdentifier | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | ElevationBeamwidth | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | ElevationCenter | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | EventIdentifier | ) | [protected] |
| DtActiveSonarBeamDecoder::DtDECLARE_ACTIVE_SONAR_ATTR_DECODER | ( | ScanPattern | ) | [protected] |
| DtActiveSonarBeamDecoder& DtActiveSonarBeamDecoder::operator= | ( | const DtActiveSonarBeamDecoder & | orig | ) |
Assignment operator.