Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <vehicleRSUManager.h>
Public Member Functions | |
RSUInfo () | |
RSUInfo (const typename Protocol_T::Address &addr, double x_coord, double y_coord, double r, const MacKeyType &key) | |
Public Attributes | |
Protocol_T::Address | address |
double | x |
double | y |
double | radius |
MacKeyType | group_key |
std::chrono::steady_clock::time_point | last_seen |
double | distance_to_vehicle |
|
inline |
|
inline |
Protocol_T::Address VehicleRSUManager< Protocol_T >::RSUInfo::address |
double VehicleRSUManager< Protocol_T >::RSUInfo::distance_to_vehicle |
MacKeyType VehicleRSUManager< Protocol_T >::RSUInfo::group_key |
std::chrono::steady_clock::time_point VehicleRSUManager< Protocol_T >::RSUInfo::last_seen |
double VehicleRSUManager< Protocol_T >::RSUInfo::radius |
double VehicleRSUManager< Protocol_T >::RSUInfo::x |
double VehicleRSUManager< Protocol_T >::RSUInfo::y |