Librasta & Libsci
A C implementation of the RaSTA protocol stack
Data Fields
timed_event Struct Reference

#include <events.h>

Collaboration diagram for timed_event:
Collaboration graph
[legend]

Data Fields

event_ptr callback
 
void * carry_data
 
struct timed_eventprev
 
struct timed_eventnext
 
uint64_t interval
 
uint64_t last_call
 
char enabled
 

Detailed Description

contains a function pointer to a callback function and interval in microseconds

Field Documentation

◆ callback

event_ptr timed_event::callback

◆ carry_data

void* timed_event::carry_data

◆ enabled

char timed_event::enabled

◆ interval

uint64_t timed_event::interval

◆ last_call

uint64_t timed_event::last_call

◆ next

struct timed_event* timed_event::next

◆ prev

struct timed_event* timed_event::prev

The documentation for this struct was generated from the following file: