Header file for the single-hop reliable bulk data transfer module
Data Structures | |
struct | rudolph0_callbacks |
struct | rudolph0_conn |
struct | rudolph0_datapacket |
struct | rudolph0_hdr |
Macros | |
#define | RUDOLPH0_DATASIZE 64 |
Enumerations | |
enum | { RUDOLPH0_FLAG_NONE, RUDOLPH0_FLAG_NEWFILE, RUDOLPH0_FLAG_LASTCHUNK } |
Functions | |
void | rudolph0_close (struct rudolph0_conn *c) |
void | rudolph0_force_restart (struct rudolph0_conn *c) |
void | rudolph0_open (struct rudolph0_conn *c, uint16_t channel, const struct rudolph0_callbacks *cb) |
void | rudolph0_send (struct rudolph0_conn *c, clock_time_t interval) |
void | rudolph0_set_version (struct rudolph0_conn *c, int version) |
void | rudolph0_stop (struct rudolph0_conn *c) |
int | rudolph0_version (struct rudolph0_conn *c) |