libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_v4l2_std_id (explain_string_buffer_t *sb, unsigned long long data) |
void | explain_buffer_v4l2_std_id_ptr (explain_string_buffer_t *sb, const unsigned long long *data) |
void explain_buffer_v4l2_std_id | ( | explain_string_buffer_t * | sb, |
unsigned long long | data | ||
) |
The explain_buffer_v4l2_std_id function may be used to print a representation of a v4l2_std_id value.
sb | The string buffer to print into. |
data | The v4l2_std_id value to be printed. |
void explain_buffer_v4l2_std_id_ptr | ( | explain_string_buffer_t * | sb, |
const unsigned long long * | data | ||
) |