reactor-uc 0.1
|
#include "reactor-uc/builtin_triggers.h"
#include "reactor-uc/error.h"
#include "reactor-uc/network_channel.h"
#include "reactor-uc/platform.h"
#include "reactor-uc/reactor.h"
#include "reactor-uc/scheduler.h"
Go to the source code of this file.
Data Structures | |
struct | Environment |
Typedefs | |
typedef struct Environment | Environment |
Functions | |
void | Environment_ctor (Environment *self, Reactor *main) |
void | Environment_free (Environment *self) |
Variables | |
Environment * | _lf_environment |
typedef struct Environment Environment |
void Environment_ctor | ( | Environment * | self, |
Reactor * | main ) |
void Environment_free | ( | Environment * | self | ) |
|
extern |