libCATS
Loading...
Searching...
No Matches
radio_iface.h
Go to the documentation of this file.
1
6#ifdef BUILD_RADIO_IFACE
7#ifndef CATS_RADIO_IFACE_H
8#define CATS_RADIO_IFACE_H
9
10#include <stdint.h>
11#include <stddef.h>
12#include <stdbool.h>
13
22uint16_t cats_radio_iface_encode(uint8_t* buf, const size_t buf_len, const float rssi);
23
32int cats_radio_iface_decode(uint8_t* buf, const size_t buf_len, float* rssi_out);
33
41bool cats_radio_iface_has_header(const uint8_t* buf, const size_t buf_len);
42
43#endif // CATS_RADIO_IFACE_H
44#endif // BUILD_RADIO_IFACE