![]() |
VR-Link API Documentation for HLA 1516
|
Collaboration diagram for DtAntennaLocationIFFDataStructArray:Public Member Functions | |
| DtAntennaLocationIFFDataStructArray () | |
| ~DtAntennaLocationIFFDataStructArray () | |
| DtAntennaLocationIFFDataStructArray (const DtAntennaLocationIFFDataStructArray &orig) | |
| DtAntennaLocationIFFDataStructArray & | operator= (const DtAntennaLocationIFFDataStructArray &orig) |
| virtual void | setAntennaLocationIFFDataStructArray (const std::vector< DtAntennaLocationIFFDataStruct > &val) |
| virtual const std::vector < DtAntennaLocationIFFDataStruct > & | antennaLocationIFFDataStructArray () const |
| bool | operator== (const DtAntennaLocationIFFDataStructArray &other) const |
| bool | operator!= (const DtAntennaLocationIFFDataStructArray &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary, unsigned int hint=1) 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 | |
| std::vector < DtAntennaLocationIFFDataStruct > | myAntennaLocationIFFDataStructArray |
| DtAntennaLocationIFFDataStructArray::DtAntennaLocationIFFDataStructArray | ( | ) |
| DtAntennaLocationIFFDataStructArray::~DtAntennaLocationIFFDataStructArray | ( | ) |
| DtAntennaLocationIFFDataStructArray::DtAntennaLocationIFFDataStructArray | ( | const DtAntennaLocationIFFDataStructArray & | orig | ) |
|
virtual |
| void DtAntennaLocationIFFDataStructArray::fillFromBuffer | ( | const char * | buffer, |
| int | bufferSize, | ||
| int | offset | ||
| ) |
| unsigned int DtAntennaLocationIFFDataStructArray::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary, | ||
| unsigned int | hint = 1 |
||
| ) | const |
| int DtAntennaLocationIFFDataStructArray::netSize | ( | ) | const |
|
static |
| bool DtAntennaLocationIFFDataStructArray::operator!= | ( | const DtAntennaLocationIFFDataStructArray & | other | ) | const |
| DtAntennaLocationIFFDataStructArray& DtAntennaLocationIFFDataStructArray::operator= | ( | const DtAntennaLocationIFFDataStructArray & | orig | ) |
| bool DtAntennaLocationIFFDataStructArray::operator== | ( | const DtAntennaLocationIFFDataStructArray & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
| void DtAntennaLocationIFFDataStructArray::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |