mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
feat(connector): add pre-run command before tests
This commit is contained in:
@@ -73,4 +73,12 @@ class XPC {
|
||||
|
||||
return result
|
||||
}
|
||||
|
||||
fun getPOSI(): DoubleArray {
|
||||
return xpc.getPOSI(0)
|
||||
}
|
||||
|
||||
fun setPOSI(posi: DoubleArray) {
|
||||
xpc.sendPOSI(posi, 0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user