mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
feat(connector): add xpc commands
This commit is contained in:
@@ -74,6 +74,10 @@ class XPC {
|
||||
return result
|
||||
}
|
||||
|
||||
fun sendCOMM(dref: String) {
|
||||
xpc.sendCOMM(dref)
|
||||
}
|
||||
|
||||
fun getPOSI(): DoubleArray {
|
||||
return xpc.getPOSI(0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user