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. |
Functions that enables dumping (using CPL's messaging system) some otherwise non-dumpable CPL objects
cpl_error_code xsh_print_cpl_frame | ( | const cpl_frame * | f | ) |
Print a frame.
f | Frame to print |
This function prints a CPL frame.
Definition at line 243 of file xsh_dump.c.
References xsh_msg, xsh_msg_dbg_low, xsh_tostring_cpl_frame_group(), xsh_tostring_cpl_frame_level(), and xsh_tostring_cpl_frame_type().
Referenced by xsh_end(), and xsh_print_cpl_frameset().
cpl_error_code xsh_print_cpl_frameset | ( | cpl_frameset * | frames | ) |
Print a frame set.
frames | Frame set to print |
This function prints all frames in a CPL frame set.
Definition at line 206 of file xsh_dump.c.
References check, xsh_msg, and xsh_print_cpl_frame().
Referenced by xsh_begin().
cpl_error_code xsh_print_cpl_property | ( | const cpl_property * | prop | ) |
Print a property.
prop | The property to print. |
This function prints a property's name, value and comment.
Definition at line 103 of file xsh_dump.c.
References check, and xsh_msg.
Referenced by xsh_print_cpl_propertylist().
cpl_error_code xsh_print_cpl_propertylist | ( | const cpl_propertylist * | pl, | |
long | low, | |||
long | high | |||
) |
Print a property list.
pl | The property list to print. | |
low | Index of first property to print. | |
high | Index of first property not to print. |
This function prints all properties in the property list pl in the range from low (included) to high (not included) counting from zero.
Definition at line 65 of file xsh_dump.c.
References assure, check, xsh_msg, and xsh_print_cpl_property().
const char* xsh_tostring_cpl_frame_group | ( | cpl_frame_group | fg | ) |
Convert a frame group to a string.
fg | Frame group to convert |
Definition at line 301 of file xsh_dump.c.
Referenced by xsh_print_cpl_frame().
const char* xsh_tostring_cpl_frame_level | ( | cpl_frame_level | fl | ) |
Convert a frame level to a string.
fl | Frame level to convert |
Definition at line 329 of file xsh_dump.c.
Referenced by xsh_print_cpl_frame().
const char* xsh_tostring_cpl_frame_type | ( | cpl_frame_type | ft | ) |
Convert a frame type to a string.
ft | Frame type to convert |
Definition at line 273 of file xsh_dump.c.
Referenced by xsh_print_cpl_frame().
const char* xsh_tostring_cpl_type | ( | cpl_type | t | ) |
Convert a CPL type to a string.
t | Type to convert |
Definition at line 359 of file xsh_dump.c.
Referenced by xsh_get_property_value(), xsh_polynomial_convert_from_table(), xsh_polynomial_regression_2d(), and xsh_select_table_rows().