![]() |
VR-Link API Documentation for HLA 1.3
|
This class defines a data type used for MAK_RadarBeam class instances. More...
Collaboration diagram for DtRasterScanData:Public Member Functions | |
| DtRasterScanData () | |
| DtRasterScanData (int barCount, DtFloat32 azimuthScanRate) | |
| ~DtRasterScanData () | |
| DtRasterScanData (const DtRasterScanData &orig) | |
| DtRasterScanData & | operator= (const DtRasterScanData &orig) |
| virtual void | setRasterBarCount (const int &val) |
| Set Raster Bar Count. More... | |
| virtual const int | rasterBarCount () const |
| Get the Raster Bar Count. More... | |
| virtual void | setAzimuthScanRate (const DtFloat32 &val) |
| Set the Azimuth Scan Rate in radians/second. More... | |
| virtual const DtFloat32 & | azimuthScanRate () const |
| Get the Azimuth Scan Rate in radians/second. More... | |
| bool | operator== (const DtRasterScanData &other) const |
| bool | operator!= (const DtRasterScanData &other) const |
| bool | operator< (const DtRasterScanData &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary) const |
| void | writeToBuffer (char *buffer) const |
| void | fillFromBuffer (const char *buffer, int bufferSize, int offset) |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &) const |
Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| DtU32 | myRasterBarCount |
| DtFloat32 | myAzimuthScanRate |
This class defines a data type used for MAK_RadarBeam class instances.
It contains a counter for the raster bars, as well as a azimuth scan rate.
| DtRasterScanData::DtRasterScanData | ( | ) |
| DtRasterScanData::~DtRasterScanData | ( | ) |
| DtRasterScanData::DtRasterScanData | ( | const DtRasterScanData & | orig | ) |
|
virtual |
Get the Azimuth Scan Rate in radians/second.
| unsigned int DtRasterScanData::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtRasterScanData::netSize | ( | ) | const |
|
static |
| bool DtRasterScanData::operator!= | ( | const DtRasterScanData & | other | ) | const |
| bool DtRasterScanData::operator< | ( | const DtRasterScanData & | other | ) | const |
| DtRasterScanData& DtRasterScanData::operator= | ( | const DtRasterScanData & | orig | ) |
| bool DtRasterScanData::operator== | ( | const DtRasterScanData & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
Get the Raster Bar Count.
|
virtual |
Set the Azimuth Scan Rate in radians/second.
|
virtual |
Set Raster Bar Count.
| void DtRasterScanData::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |