Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
Base class for all component data structures. More...
#include <component_types.hpp>
Public Member Functions | |
virtual | ~ComponentData ()=default |
Base class for all component data structures.
Following EPOS SmartData design principles, this provides a minimal base class for component data with proper polymorphic destruction. All component-specific data structures should inherit from this base.
|
virtualdefault |