add decoder for RTTrPL

This commit is contained in:
2025-03-15 12:32:13 -05:00
parent 1e605df6c8
commit e11f16f427
4 changed files with 140 additions and 0 deletions
+2
View File
@@ -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,