Class Hierarchy
Last update: 16.07.2025
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
| ▼Csimulation_framework::core::ITopic | |
| Csimulation_framework::core::Topic< TopicMsgType > | This is the concrete Topic class that can be used for creation of a communication channel with given underlying message. As default type, DDS type will be applied. TopicId is globally unique and represents one single Topic. Different Topics can hold same underlying message type but they are different topics for communication |
| ▼Csimulation_framework::core::lifecycle::IActivity | Class IActivity |
| Csimulation_framework::core::lifecycle::BaseActivity | This is the basic implementation of IActivity interface and used as base class of all customized activities. Inheriting classes, i.e. a concrete simulation activity, should implement their logic in ExecuteStep() and add needed pub/sub in AddPublisherAndSubscriber() method |
| Csimulation_framework::core::scheduling::ISchedulerClient | Class ISchedulerClient |
| Csimulation_framework::core::time::IClock | Class IClock |
| Csimulation_framework::core::utils::BoundingBox | BoundingBox in 2d coordinate |
| Csimulation_framework::core::utils::Point2d | Point in 2d coordinate |
| ▼Csimulation_framework::evaluator::IEvaluator | Class IEvaluator |
| Csimulation_framework::evaluator::BaseEvaluator | This is the implementation of IEvaluator interface and provides users ability to evaluate KPIs that are added by themselves. This class controls all KPIs centrally and fill/reset the KpiMessage accordingly based on each KPI's calculation result |
| ▼Csimulation_framework::evaluator::kpi::IKpi | Class IKpi |
| Csimulation_framework::evaluator::MinTtcEvaluator | Class MinTtcEvaluator |
| ▼Csimulation_framework::evaluator::kpi::IKpiMessageConverter | Class IKpiMessageConverter |
| Csimulation_framework::evaluator::kpi::KpiMessageConverter | Class KpiMessageConverter |
| Csimulation_framework::evaluator::kpi::KpiContent | Struct KpiContent |
| Csimulation_framework::evaluator::TimeToCollisionCalculator | Class TimeToCollisionCalculator |
| Csimulation_framework::standalone_activity_service::IStandaloneActivityCreator | This is the interface class for creating a standalone activity service. It defines how a customized activity needs to be instantiated through or not through StandaloneInitData |
| Csimulation_framework::standalone_activity_service::StandaloneActivityService | It provides a running process of desired activity returned by interface IStandaloneActivityCreator and keeps it communicating and being scheduled by simulation framework core process |
| Cworld_simulator::IWorldSimulator | This serves as the interface for a world/groundtruth simulator implementation in simulation framework. It ensures that any third party ground truth generator lib could follow this API definition and thus could be easily used in simulation framework. Interface of scenario should follow ASAM OSI3 standard (https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html) |