diff trau-decode/gsmhr_unpack.h @ 28:9bcdb091c24d

trau-decode: new program trau-hr-dump
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Aug 2024 08:37:02 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trau-decode/gsmhr_unpack.h	Sun Aug 18 08:37:02 2024 +0000
@@ -0,0 +1,6 @@
+/*
+ * Function prototype for our local copy (outside of libgsmhr1)
+ * of gsmhr_unpack_ts101318() function.
+ */
+
+void gsmhr_unpack_ts101318(const uint8_t *payload, int16_t *params);