|
VR-Engage
2.2
|
Go to the source code of this file.
Classes | |
| class | DtRwRadarContactInfo |
Namespaces | |
| namespace | DtBufferSerialize |
Typedefs | |
| using | DtRadarDataEntryList = std::vector<DtRwRadarContactInfo> |
Functions | |
| VRFMESSAGES_DLL int | DtBufferSerialize::getSize (const DtRwRadarContactInfo &data) |
| VRFMESSAGES_DLL char * | DtBufferSerialize::encode (const DtRwRadarContactInfo &data, char *buffer) |
| VRFMESSAGES_DLL const char * | DtBufferSerialize::decode (DtRwRadarContactInfo &data, const char *buffer) |
This file contains the DtRwRadarContactInfo class which represents detailed information about radar contacts in the simulation. It includes data about contact position, signal strength, and other radar-specific attributes.
| using DtRadarDataEntryList = std::vector<DtRwRadarContactInfo> |
List type for storing multiple radar contact information entries.