mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-11 17:09:30 +00:00
add decoder for RTTrPL
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import ChannelBlock from './lighting/channel-block';
|
||||
import LightingOutput from './lighting/lighting-output';
|
||||
import RTTrPL from './lighting/rttrpl';
|
||||
import Spot from './lighting/spot';
|
||||
import Universe from './lighting/universe';
|
||||
import CentroidAccelVelocity from './motion/centroid-accel-velocity';
|
||||
@@ -17,6 +18,7 @@ import RTTrPHeader from './rttrp-header';
|
||||
export const Decoders = {
|
||||
RTTrPHeader,
|
||||
RTTrPM,
|
||||
RTTrPL,
|
||||
Trackable,
|
||||
CentroidPosition,
|
||||
CentroidAccelVelocity,
|
||||
|
||||
Reference in New Issue
Block a user