osmocom-analog/src/pocsag/frame.h

5 lines
123 B
C
Raw Normal View History

2021-10-21 19:02:20 +00:00
int64_t get_codeword(pocsag_t *pocsag);
void put_codeword(pocsag_t *pocsag, uint32_t word, int8_t slot, int8_t subslot);