Class List
Last update: 16.07.2025Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
| ▼Nsimulation_framework | Main namespace for simulation framework |
| ▼Ncore | |
| ▼Nevaluator | |
| CIEvaluator | Class IEvaluator |
| ▼Nkpi | |
| CIKpi | Class IKpi |
| CIKpiMessageConverter | Class IKpiMessageConverter |
| CKpiContent | Struct KpiContent |
| CKpiMessageConverter | Class KpiMessageConverter |
| ▼Nlifecycle | |
| CBaseActivity | 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 |
| CIActivity | Class IActivity |
| ▼Ntime | |
| CIClock | Class IClock |
| CITopic | |
| CTopic | 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 |
| ▼Nevaluator | |
| CDistanceDrivenCalculator | Class DistanceDrivenCalculator |
| CDistanceDrivenEvaluator | Class DistanceDrivenEvaluator |
| CGtBaseEvaluator | 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 |
| CMinTtcEvaluator | Class MinTtcEvaluator |
| CPredictiveMinTtcEvaluator | Class PredictiveMinTtcEvaluator |
| CPredictiveTimeToCollisionCalculator | Class PredictiveTimeToCollisionCalculator |
| CTimeToCollisionCalculator | Class TimeToCollisionCalculator |
| ▼Nstandalone_activity_service | |
| CIStandaloneActivityCreator | 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 |
| CStandaloneActivityService | It provides a running process of desired activity returned by interface IStandaloneActivityCreator and keeps it communicating and being scheduled by simulation framework core process |
| ▼Nutils | |
| CBoundingBox | BoundingBox in 2d coordinate |
| CPoint2d | Point in 2d coordinate |
| ▼Nworld_simulator | Dedicated namespace for IWorldSimulator interface |
| CIWorldSimulator | 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) |