Struct SimOne_Data_Prediction¶
ClassList > SimOne_Data_Prediction
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| float | ped_delta_t |
| std::map< int, SSD::SimVector< SimOne_Data_Position_Info > > | ped_predictions |
| float | veh_delta_t |
| std::map< int, SSD::SimVector< SimOne_Data_Position_Info > > | veh_predictions |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable ped_delta_t¶
float SimOne_Data_Prediction::ped_delta_t;
行人预测时间间隔。 * Time interval for pedestrian predictions.
variable ped_predictions¶
std::map<int, SSD::SimVector<SimOne_Data_Position_Info> > SimOne_Data_Prediction::ped_predictions;
行人预测数据。 * Pedestrian prediction data.
variable veh_delta_t¶
float SimOne_Data_Prediction::veh_delta_t;
车辆预测时间间隔。 * Time interval for vehicle predictions.
variable veh_predictions¶
std::map<int, SSD::SimVector<SimOne_Data_Position_Info> > SimOne_Data_Prediction::veh_predictions;
车辆预测数据。 * Vehicle prediction data.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h