Koala Library
koala_init.h File Reference

init header library of the Koala extension board More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int koala_init (int argc, char *argv[])
void koala_exit (void)

Detailed Description

init header library of the Koala extension board

Definition in file koala_init.h.


Function Documentation

void koala_exit ( void  )

This function is called automatically on exit and call the 'exit' of all sub layer.

Remarks:
This function is called automatically at the terminaison of the application.

Definition at line 121 of file koala_init.c.

References koala_init_done, and koala_robot_release().

Referenced by koala_init().

Here is the call graph for this function:

int koala_init ( int  argc,
char *  argv[] 
)

This function initializes the koala Library

Parameters:
argcnumber of arguments
argvpointer table of arguments
Returns:
A value 0 : Ok 1 : already done <0 : error

Definition at line 72 of file koala_init.c.

References koala_exit(), koala_init_done, KOALA_REVISION, koala_robot_init(), KOALA_VERSION, opts, and short_opts.

Referenced by main().

Here is the call graph for this function: