NUGU SDK Linux  1.7.6
nugu_plugin_desc Struct Reference

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.
 

Detailed Description

Plugin description.


The documentation for this struct was generated from the following file: