Record has x and y-coordinate fields and a timestamp and also provides a service which sets (x,y) to a sequence of values. An RPC client application (move) sends positions as an array.
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
record(mbbo, "$(name)")
|
|
{
|
|
field(NOBT,"2")
|
|
field(ZRVL,"0")
|
|
field(ONVL,"1")
|
|
field(TWVL,"2")
|
|
field(THVL,"3")
|
|
field(ZRST,"zero")
|
|
field(ONST,"one")
|
|
field(TWST,"two")
|
|
field(THST,"three")
|
|
field(TWSV,"MINOR")
|
|
field(THSV,"MAJOR")
|
|
}
|