UNPKG
@robotical/roboticaljs
Version:
latest (1.1.24)
1.1.24
1.1.23
1.1.22
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.14
1.1.13
1.1.12
1.1.11
1.1.9
Javascript/TS library for Robotical products
github.com/robotical/rocoticaljs
robotical/rocoticaljs
@robotical/roboticaljs
/
dist
/
SystemTypeGeneric
/
StateInfoGeneric.d.ts
7 lines
(6 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
RaftDeviceManager
}
from
"@robotical/raftjs"
;
export
declare
class
StateInfoGeneric
{
private
_deviceManager;
constructor
(
_deviceManager
:
RaftDeviceManager
);
updateFromMsg
(
rxMsg
:
Uint8Array
,
frameTimeMs
:
number
,
isBinary
:
boolean
):
Array
<
string
>; }