Implements Module.
Module impl | Implements Module. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file Module. |
C-kern/ | Implementation file Module impl. |
module_t | |
static configuration | |
module_DIRECTORY | The name of the directory the loadable module binary blobs are stored. |
lifetime | |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2013 Jörg Seebohn
Header file Module.
Implementation file Module impl.
static configuration | |
module_DIRECTORY | The name of the directory the loadable module binary blobs are stored. |
lifetime | |
test |
#define module_DIRECTORY "bin/mod/"
The name of the directory the loadable module binary blobs are stored. Use a relative name which depends on the working directory if you want to be independant of the current installation directory. This value can be overwritten in C-kern/resource/config/modulevalues.
The name of the directory the loadable module binary blobs are stored.
#define module_DIRECTORY "bin/mod/"