add rttrpm encoder

This commit is contained in:
2025-03-15 08:31:17 -05:00
parent 2f3d8486a0
commit b3c330640b
2 changed files with 33 additions and 1 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import RTTrPHeader from './rttrp';
import RTTrPM from './motion/rttrpm';
import RTTrPHeader from './rttrp-header';
export const Encoders = {
RTTrPHeader,
RTTrPM,
};