Module Grand Parent Module Definitions. More...
#include "config.h"#include <cassert>#include <scalestack/kernel/core.h>#include <scalestack/kernel/module.h>Go to the source code of this file.
Functions | |
| static void | options (kernel::module &module) |
| static void | start (kernel::module &module) |
| static void | stop (kernel::module &module) |
| static void | run (kernel::module &module) |
| static void | reconfigure (kernel::module &module) |
| SCALESTACK_KERNEL_MODULE (options, start, stop, run, reconfigure) | |
Module Grand Parent Module Definitions.
Definition in file module_grand_parent.cc.
| static void options | ( | kernel::module & | module | ) | [static] |
Definition at line 33 of file module_grand_parent.cc.
| static void start | ( | kernel::module & | module | ) | [static] |
Definition at line 38 of file module_grand_parent.cc.
| static void stop | ( | kernel::module & | module | ) | [static] |
Definition at line 51 of file module_grand_parent.cc.
| static void run | ( | kernel::module & | module | ) | [static] |
Definition at line 56 of file module_grand_parent.cc.
| static void reconfigure | ( | kernel::module & | module | ) | [static] |
Definition at line 62 of file module_grand_parent.cc.
| SCALESTACK_KERNEL_MODULE | ( | options | , | |
| start | , | |||
| stop | , | |||
| run | , | |||
| reconfigure | ||||
| ) |
1.6.3