Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
chdk_pipe.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void chdk_pipe_init (void)
 Initialize the CHDK pipe. More...
 
void chdk_pipe_shoot (char *filename)
 Shoot an image. More...
 
void chdk_pipe_deinit (void)
 Deinitialize CHDK pipe. More...
 

Function Documentation

void chdk_pipe_deinit ( void  )

Deinitialize CHDK pipe.

Definition at line 79 of file chdk_pipe.c.

References fi.

Referenced by main().

+ Here is the caller graph for this function:

void chdk_pipe_init ( void  )

Initialize the CHDK pipe.

Definition at line 50 of file chdk_pipe.c.

References fi, fo, popen2(), setup, SHELL, and wait_for_cmd().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void chdk_pipe_shoot ( char *  filename)

Shoot an image.

Definition at line 92 of file chdk_pipe.c.

References fi, and wait_for_img().

Referenced by handle_msg_shoot().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: