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
11
struct
ComponentData
{
12
virtual
~ComponentData
() =
default
;
13
};
14
15
#endif
// COMPONENT_TYPES_HPP
ComponentData
Base class for all component data structures.
Definition
component_types.hpp:11
ComponentData::~ComponentData
virtual ~ComponentData()=default
Generated on Sat Jul 12 2025 20:47:36 for Communication Library for Autonomous Systems by
Doxygen
1.9.8
📁 View Source Code on GitHub
|
🐛 Report Issues
|
📖 Project Documentation