Files
openvehicle-api/examples/_howto_examples/source/docu_examples.toml

25 lines
520 B
TOML
Raw Normal View History

[Configuration]
Version = 100
[[Component]]
Path = "example_general_component.sdv"
Class = "Hello_Component"
[[Component]]
Path = "example_general_component_with_initialization.sdv"
Class = "Hello_Component_With_Initialization"
2026-03-27 14:12:49 +01:00
[Component.Parameters]
number = 42
[[Component]]
Path = "example_vehicle_device.sdv"
Class = "VehicleDevice_Component"
[[Component]]
Path = "example_basic_service.sdv"
Class = "BasicService_Component"
[[Component]]
Path = "example_complex_service.sdv"
Class = "ComplexService_Component"