Skip to main content

AVxcelerate Simulation Framework 2024 R2

Class Hierarchy

Last update: 12.07.2024

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Csimulation_framework::core::evaluator::IEvaluator< avx_osi3::GroundTruth >
 Csimulation_framework::evaluator::GtBaseEvaluatorThis 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::core::kpi::IKpi< avx_osi3::GroundTruth >
 Csimulation_framework::evaluator::DistanceDrivenEvaluatorClass DistanceDrivenEvaluator
 Csimulation_framework::evaluator::MinTtcEvaluatorClass MinTtcEvaluator
 Csimulation_framework::evaluator::PredictiveMinTtcEvaluatorClass PredictiveMinTtcEvaluator
 Csimulation_framework::core::evaluator::IEvaluator< T >Class IEvaluator
 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::kpi::IKpi< T >Class IKpi
 Csimulation_framework::core::kpi::IKpiMessageConverterClass IKpiMessageConverter
 Csimulation_framework::core::kpi::KpiMessageConverterClass KpiMessageConverter
 Csimulation_framework::core::kpi::KpiContentStruct KpiContent
 Csimulation_framework::core::lifecycle::IActivityClass IActivity
 Csimulation_framework::core::lifecycle::BaseActivityThis 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::time::IClockClass IClock
 Csimulation_framework::evaluator::DistanceDrivenCalculatorClass DistanceDrivenCalculator
 Csimulation_framework::evaluator::PredictiveTimeToCollisionCalculatorClass PredictiveTimeToCollisionCalculator
 Csimulation_framework::evaluator::TimeToCollisionCalculatorClass TimeToCollisionCalculator
 Csimulation_framework::standalone_activity_service::IStandaloneActivityCreatorThis 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::StandaloneActivityServiceIt provides a running process of desired activity returned by interface IStandaloneActivityCreator and keeps it communicating and being scheduled by simulation framework core process
 Csimulation_framework::utils::BoundingBoxBoundingBox in 2d coordinate
 Csimulation_framework::utils::Point2dPoint in 2d coordinate
 Cworld_simulator::IWorldSimulatorThis 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)

Connect with Ansys