TestModuleHelper1

Implement some dummy functions called from implementation of TestModule.

Summary
TestModuleHelper1Implement some dummy functions called from implementation of TestModule.
CopyrightThis program is free software.
Files
C-kern/main/test/helper/testmodule_helper1.hHeader file TestModuleHelper1.
C-kern/main/test/helper/testmodule_helper1.cImplementation file TestModuleHelper1 impl.
Types
struct testmodule_functable_tExport testmodule_functable_t into global namespace.
testmodule_functable_tTable of imlemented functions.
lifetime

Copyright

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.

Author

© 2013 Jörg Seebohn

Files

C-kern/main/test/helper/testmodule_helper1.h

Header file TestModuleHelper1.

C-kern/main/test/helper/testmodule_helper1.c

Implementation file TestModuleHelper1 impl.

Types

struct testmodule_functable_t

typedef struct testmodule_functable_t testmodule_functable_t

Export testmodule_functable_t into global namespace.

testmodule_functable_t

struct testmodule_functable_t

Table of imlemented functions.

lifetime

Simple module which is loaded during runtime.
Implement some dummy functions called from implementation of TestModule.
Implements TestModuleHelper1.
typedef struct testmodule_functable_t testmodule_functable_t
Export testmodule_functable_t into global namespace.
struct testmodule_functable_t
Table of imlemented functions.
Close