libexplain  1.4.D001
Functions
libexplain/buffer/v4l2_ext_control.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_v4l2_ext_control (explain_string_buffer_t *sb, const struct v4l2_ext_control *data, int fildes)
void explain_buffer_v4l2_ext_control_array (explain_string_buffer_t *sb, const struct v4l2_ext_control *data, unsigned data_size, int fildes)

Function Documentation

void explain_buffer_v4l2_ext_control ( explain_string_buffer_t sb,
const struct v4l2_ext_control *  data,
int  fildes 
)

The explain_buffer_v4l2_ext_control function may be used to print a representation of a v4l2_ext_control structure.

Parameters:
sbThe string buffer to print into.
dataThe v4l2_ext_control structure to be printed.
fildesThe associated file descriptor
void explain_buffer_v4l2_ext_control_array ( explain_string_buffer_t sb,
const struct v4l2_ext_control *  data,
unsigned  data_size,
int  fildes 
)

The explain_buffer_v4l2_ext_control_array function may be used to print a representation of an array of v4l2_ext_control structures.

Parameters:
sbThe string buffer to print into.
dataThe array of v4l2_ext_control structures to be printed.
data_sizeThe number of v4l2_ext_control structures in the array to be printed.
fildesThe associated file descriptor