PyDetectionPattern.OCITDetectionPattern

class OCITDetectionPattern

Inheritance diagram of PyDetectionPattern.OCITDetectionPattern

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

An ordered (by start time) list of detection events ( GKDetectionPatternEvent ) that can be reproduce by the simulator to test control strategies.

It can be used in scenarios with no traffic.

__init__()
addSimulationEvent(event)
Parameters:

eventOCITSimulationEvent

addSimulationEventWithoutSorting(event)
Parameters:

eventOCITSimulationEvent

deleteSREMEvents()
deleteSimulationEvents()
getSimulationEvents()
Return type:

.list of OCITSimulationEvent

sortSimulationEvents()