Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
component_types.hpp
Go to the documentation of this file.
1#ifndef COMPONENT_TYPES_HPP
2#define COMPONENT_TYPES_HPP
3
12 virtual ~ComponentData() = default;
13};
14
15#endif // COMPONENT_TYPES_HPP
Base class for all component data structures.
Definition component_types.hpp:11
virtual ~ComponentData()=default