|
dRonin
adbada4
dRonin firmware
|
#include <loadable_extension.h>#include <stddef.h>#include <pios_thread.h>#include <pios_modules.h>Go to the source code of this file.
Functions | |
| static void | entry () |
| DECLARE_LOADABLE_EXTENSION (entry) | |
| void | dumb_test_delay (int i) |
| void | dumb_test_two (void(*fp)(void)) |
| void | dumb_regtask (struct pios_thread *h) |
| static void | loopy (void *unused) |
Variables | |
| static volatile int | i = 3333 |
| volatile int | j |
| const char *const | foo = "foobar" |
| DECLARE_LOADABLE_EXTENSION | ( | entry | ) |
| void dumb_regtask | ( | struct pios_thread * | h | ) |
| void dumb_test_delay | ( | int | i | ) |
| void dumb_test_two | ( | void(*)(void) | fp | ) |
|
static |
Definition at line 40 of file loadabletest.c.
|
static |
Definition at line 28 of file loadabletest.c.
| const char* const foo = "foobar" |
Definition at line 20 of file loadabletest.c.
|
static |
Definition at line 11 of file loadabletest.c.
| volatile int j |
Definition at line 12 of file loadabletest.c.