NUGU SDK Linux
1.7.6
|
Plugin description. More...
#include <nugu_plugin.h>
Public Attributes | |
int(* | init )(NuguPlugin *p) |
Function called by priority after all plugins have finished loading. | |
int(* | load )(void) |
Function to be called after loading. | |
const char * | name |
Name of plugin. | |
unsigned int | priority |
Priority used in the init call order. | |
void(* | unload )(NuguPlugin *p) |
Function to be called after unloading. | |
const char * | version |
Version of plugin. | |
Plugin description.