Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <vector>
#include <mutex>
#include <chrono>
#include <algorithm>
#include <cmath>
#include <memory>
#include <limits>
#include <cstdio>
#include "api/framework/leaderKeyStorage.h"
#include "api/framework/clock.h"
#include "api/framework/location_service.h"
#include "api/util/geo_utils.h"
#include "api/util/debug.h"
#include "api/framework/periodicThread.h"
Go to the source code of this file.
Classes | |
class | VehicleRSUManager< Protocol_T > |
struct | VehicleRSUManager< Protocol_T >::RSUInfo |