Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <cstdint>
#include <cstring>
#include <vector>
#include <chrono>
#include "api/util/debug.h"
#include "api/framework/clock.h"
Go to the source code of this file.
Classes | |
class | Message< Channel > |
Template class for network messages with Clock integration. More... | |