reactor-uc 0.1
Loading...
Searching...
No Matches
environment.h File Reference
#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 Documentation

◆ Environment

typedef struct Environment Environment

Function Documentation

◆ Environment_ctor()

void Environment_ctor ( Environment * self,
Reactor * main )

◆ Environment_free()

void Environment_free ( Environment * self)

Variable Documentation

◆ _lf_environment

Environment* _lf_environment
extern