#include "xsh_dump.h"
#include <xsh_error.h>
#include <xsh_msg.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
cpl_error_code | xsh_print_cpl_propertylist (const cpl_propertylist *pl, long low, long high) |
Print a property list. | |
cpl_error_code | xsh_print_cpl_property (const cpl_property *prop) |
Print a property. | |
cpl_error_code | xsh_print_cpl_frameset (cpl_frameset *frames) |
Print a frame set. | |
cpl_error_code | xsh_print_cpl_frame (const cpl_frame *f) |
Print a frame. | |
const char * | xsh_tostring_cpl_frame_type (cpl_frame_type ft) |
Convert a frame type to a string. | |
const char * | xsh_tostring_cpl_frame_group (cpl_frame_group fg) |
Convert a frame group to a string. | |
const char * | xsh_tostring_cpl_frame_level (cpl_frame_level fl) |
Convert a frame level to a string. | |
const char * | xsh_tostring_cpl_type (cpl_type t) |
Convert a CPL type to a string. |