A change of GNSS Measurement. More...
#include <GnssMeasurement.h>
Public Member Functions | |
double | GetAltitude () const |
geom::GeoLocation | GetGeoLocation () const |
double | GetLatitude () const |
double | GetLongitude () const |
Public Member Functions inherited from carla::sensor::SensorData | |
size_t | GetFrame () const |
Frame count when the data was generated. More... | |
const rpc::Transform & | GetSensorTransform () const |
Sensor's transform when the data was generated. More... | |
double | GetTimestamp () const |
Simulation-time when the data was generated. More... | |
virtual | ~SensorData ()=default |
Protected Types | |
using | Serializer = s11n::GnssSerializer |
Protected Member Functions | |
GnssMeasurement (const RawData &&data) | |
Protected Member Functions inherited from carla::sensor::SensorData | |
const auto & | GetEpisode () const |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
SensorData (const RawData &data) | |
Protected Attributes | |
friend | Serializer |
Private Types | |
using | Super = SensorData |
Private Attributes | |
geom::GeoLocation | _geo_location |
A change of GNSS Measurement.
Definition at line 18 of file GnssMeasurement.h.
|
protected |
Definition at line 24 of file GnssMeasurement.h.
|
private |
Definition at line 20 of file GnssMeasurement.h.
|
inlineexplicitprotected |
Definition at line 28 of file GnssMeasurement.h.
References _geo_location, and carla::sensor::s11n::GnssSerializer::DeserializeRawData().
|
inline |
Definition at line 50 of file GnssMeasurement.h.
References _geo_location, and carla::geom::GeoLocation::altitude.
|
inline |
Definition at line 38 of file GnssMeasurement.h.
References _geo_location.
|
inline |
Definition at line 46 of file GnssMeasurement.h.
References _geo_location, and carla::geom::GeoLocation::latitude.
|
inline |
Definition at line 42 of file GnssMeasurement.h.
References _geo_location, and carla::geom::GeoLocation::longitude.
|
private |
Definition at line 56 of file GnssMeasurement.h.
Referenced by GetAltitude(), GetGeoLocation(), GetLatitude(), GetLongitude(), and GnssMeasurement().
|
protected |
Definition at line 26 of file GnssMeasurement.h.