Librasta & Libsci
A C implementation of the RaSTA protocol stack
|
#include <events.h>
Data Fields | |
event_ptr | callback |
void * | carry_data |
struct timed_event * | prev |
struct timed_event * | next |
uint64_t | interval |
uint64_t | last_call |
char | enabled |
contains a function pointer to a callback function and interval in microseconds
event_ptr timed_event::callback |
void* timed_event::carry_data |
char timed_event::enabled |
uint64_t timed_event::interval |
uint64_t timed_event::last_call |
struct timed_event* timed_event::next |
struct timed_event* timed_event::prev |