Parent Directory
|
Revision Log
Setting version-info LDFLAG using SVN_REVISION macro
1 | #include <stdio.h> |
2 | #include "aos_api.h" |
3 | #include "ng_log.h" |
4 | #include "plugin_api.h" |
5 | |
6 | int plugin_initialize(int argc, char* argv[]){ |
7 | ng_log(LOG_ERR, "Logging from Plugin a!\n"); |
8 | return 0; |
9 | } |
10 | |
11 | int plugin_run(){ |
12 | setter_wrapper_string("Label1", "Value_String1"); |
13 | printf("Getter says: %s\n", (char*) getter_example("Label1")); |
14 | return 0; |
15 | } |
16 |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |