Zigbee Protocol Controller 1.6.0
autostart.h File Reference
#include "sys/process.h"

Go to the source code of this file.

Macros

#define AUTOSTART_PROCESSES(...)   extern int _dummy
 

Functions

void autostart_start (struct process *const processes[])
 
void autostart_exit (struct process *const processes[])
 

Variables

CLIF struct process *const autostart_processes []
 

Detailed Description

Header file for module for automatically starting and exiting a list of processes.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Macro Definition Documentation

◆ AUTOSTART_PROCESSES

#define AUTOSTART_PROCESSES (   ...)    extern int _dummy

Function Documentation

◆ autostart_exit()

void autostart_exit ( struct process *const  processes[])

◆ autostart_start()

void autostart_start ( struct process *const  processes[])

Variable Documentation

◆ autostart_processes

CLIF struct process* const autostart_processes[]
extern