mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
14 lines
278 B
INI
14 lines
278 B
INI
|
|
[Configuration]
|
||
|
|
Version = 100
|
||
|
|
|
||
|
|
[[Component]]
|
||
|
|
Path = "module_example.sdv"
|
||
|
|
Class = "class_example"
|
||
|
|
Name = "object_name_example"
|
||
|
|
Message = "It's me"
|
||
|
|
Id = 42
|
||
|
|
Pi = 3.1415926
|
||
|
|
Boolean = true
|
||
|
|
Array = [ 1, 2, 3 , 5 , 7, 11, 13, 17 ]
|
||
|
|
Table = { a = 77, b = 1.2, c = "das ist ein string" }
|