#include <RadarData.h>
Definition at line 29 of file RadarData.h.
◆ RadarData()
carla::sensor::data::RadarData::RadarData |
( |
| ) |
|
|
explicitdefault |
◆ GetDetectionCount()
size_t carla::sensor::data::RadarData::GetDetectionCount |
( |
| ) |
const |
|
inline |
Returns the number of current detections.
Definition at line 53 of file RadarData.h.
◆ operator=()
◆ Reset()
void carla::sensor::data::RadarData::Reset |
( |
void |
| ) |
|
|
inline |
◆ SetResolution()
void carla::sensor::data::RadarData::SetResolution |
( |
uint32_t |
resolution | ) |
|
|
inline |
◆ WriteDetection()
void carla::sensor::data::RadarData::WriteDetection |
( |
RadarDetection |
detection | ) |
|
|
inline |
◆ s11n::RadarSerializer
◆ _detections
std::vector<RadarDetection> carla::sensor::data::RadarData::_detections |
|
private |
◆ detection_size
constexpr auto carla::sensor::data::RadarData::detection_size = sizeof(RadarDetection) |
|
static |
The documentation for this class was generated from the following file: