Package com.tccc.kos.ext.freestyle
Class FreestyleExtension
java.lang.Object
com.tccc.kos.ext.freestyle.FreestyleExtension
This extension adds the "Freestyle" functionality to kOS.
- Since:
- 1.0
- Version:
- 2023-02-23
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOverrides
(com.tccc.kos.commons.util.json.JsonDescriptor desc) Set theJsonDescriptor
to use to override Freestyle specific settings and data.void
Start the CAN simulator.void
Stop the CAN simulator.
-
Field Details
-
EVENT_BASE
- See Also:
-
-
Constructor Details
-
FreestyleExtension
public FreestyleExtension()
-
-
Method Details
-
startSimulator
public void startSimulator()Start the CAN simulator. -
stopSimulator
public void stopSimulator()Stop the CAN simulator. -
setOverrides
public void setOverrides(com.tccc.kos.commons.util.json.JsonDescriptor desc) Set theJsonDescriptor
to use to override Freestyle specific settings and data. Freestyle specific data is accessed asFreestyleDescriptorFragment
.
-