#include <ruc_connection.h>
|
static std::array< uint8_t, 256 > | make_msgbuf (uint16_t channel, bool ack, int seqno, const uint8_t src[2], const uint8_t dest[2]) |
|
static std::string | msg_to_string (pmt::pmt_t msg) |
|
◆ ruc_connection()
gr::ieee802_15_4::ruc_connection::ruc_connection |
( |
rime_stack * |
block, |
|
|
uint16_t |
channel, |
|
|
pmt::pmt_t |
inport, |
|
|
pmt::pmt_t |
outport, |
|
|
const uint8_t |
rime_add_mine[2] |
|
) |
| |
◆ inc_recv_seqno()
void gr::ieee802_15_4::ruc_connection::inc_recv_seqno |
( |
| ) |
|
◆ make_msgbuf()
static std::array< uint8_t, 256 > gr::ieee802_15_4::ruc_connection::make_msgbuf |
( |
uint16_t |
channel, |
|
|
bool |
ack, |
|
|
int |
seqno, |
|
|
const uint8_t |
src[2], |
|
|
const uint8_t |
dest[2] |
|
) |
| |
|
static |
◆ pack()
void gr::ieee802_15_4::ruc_connection::pack |
( |
pmt::pmt_t |
msg | ) |
|
|
virtual |
◆ recv_seqno()
int gr::ieee802_15_4::ruc_connection::recv_seqno |
( |
| ) |
|
◆ unpack()
void gr::ieee802_15_4::ruc_connection::unpack |
( |
pmt::pmt_t |
msg | ) |
|
|
virtual |
The documentation for this class was generated from the following file: