VR-Engage  2.2
Loading...
Searching...
No Matches
rwRadarContactInfo.h File Reference
Include dependency graph for rwRadarContactInfo.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.

Typedef Documentation

◆ DtRadarDataEntryList

List type for storing multiple radar contact information entries.