|
libcds3
1.10
|
Functions | |
| int | cds_print (FILE *fp, CDSGroup *group, int flags) |
| Print CDS. | |
| int | cds_print_att (FILE *fp, const char *indent, int min_width, CDSAtt *att) |
| Print a CDS Attribute. | |
| int | cds_print_atts (FILE *fp, const char *indent, void *parent) |
| Print CDS Attributes. | |
| int | cds_print_dim (FILE *fp, const char *indent, int min_width, CDSDim *dim) |
| Print a CDS Dimension. | |
| int | cds_print_dims (FILE *fp, const char *indent, CDSGroup *group) |
| Print CDS Dimensions. | |
| int | cds_print_var (FILE *fp, const char *indent, CDSVar *var, int flags) |
| Print a CDS Variable. | |
| int | cds_print_vars (FILE *fp, const char *indent, CDSGroup *group, int flags) |
| Print CDS Variables. | |
| int | cds_print_var_data (FILE *fp, const char *label, const char *indent, CDSVar *var) |
| Print CDS Variable Data. | |
| int | cds_print_data (FILE *fp, const char *indent, CDSGroup *group) |
| Print CDS Data. | |
| int | cds_print_group (FILE *fp, const char *indent, CDSGroup *group, int flags) |
| Print CDS Group. | |
| int | cds_print_groups (FILE *fp, const char *indent, CDSGroup *group, int flags) |
| Print CDS Groups. | |
| int | cds_print_vararray (FILE *fp, const char *indent, CDSVarArray *vararray, int flags) |
| Print CDS Variable Array. | |
| int | cds_print_vargroup (FILE *fp, const char *indent, CDSVarGroup *vargroup, int flags) |
| Print CDS Variable Group. | |
| int | cds_print_vargroups (FILE *fp, const char *indent, CDSGroup *group, int flags) |
| Print CDS Variable Groups. | |
| int cds_print | ( | FILE * | fp, |
| CDSGroup * | group, | ||
| int | flags | ||
| ) |
Print CDS.
By default (flags = 0) this function will print all dimensions, attributes, variables, groups, and data in the specified group.
Control Flags:
| fp | - pointer to the open file to print to |
| group | - pointer to the group |
| flags | - control flags |
Definition at line 271 of file cds_print.c.
| int cds_print_att | ( | FILE * | fp, |
| const char * | indent, | ||
| int | min_width, | ||
| CDSAtt * | att | ||
| ) |
Print a CDS Attribute.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| min_width | - the minimum width used to print the attribute name |
| att | - pointer to the attribute |
Definition at line 291 of file cds_print.c.
| int cds_print_atts | ( | FILE * | fp, |
| const char * | indent, | ||
| void * | parent | ||
| ) |
Print CDS Attributes.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| parent | - pointer to the parent group or variable |
Definition at line 341 of file cds_print.c.
| int cds_print_data | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group | ||
| ) |
Print CDS Data.
This function will print the data for all the variables in the specified group.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the group |
Definition at line 726 of file cds_print.c.
| int cds_print_dim | ( | FILE * | fp, |
| const char * | indent, | ||
| int | min_width, | ||
| CDSDim * | dim | ||
| ) |
Print a CDS Dimension.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| min_width | - the minimum width used to print the dimension name |
| dim | - pointer to the dimension |
Definition at line 408 of file cds_print.c.
| int cds_print_dims | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group | ||
| ) |
Print CDS Dimensions.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the group |
Definition at line 440 of file cds_print.c.
| int cds_print_group | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group, | ||
| int | flags | ||
| ) |
Print CDS Group.
By default (flags = 0) this function will print all dimensions, attributes, variables, groups, and data in the specified group.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the group |
| flags | - control flags |
Definition at line 783 of file cds_print.c.
| int cds_print_groups | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group, | ||
| int | flags | ||
| ) |
Print CDS Groups.
This function will print all supgroups under the specified group.
By default (flags = 0) this function will print all dimensions, attributes, variables, groups, and data in the subgroups.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the group |
| flags | - control flags |
Definition at line 952 of file cds_print.c.
| int cds_print_var | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSVar * | var, | ||
| int | flags | ||
| ) |
Print a CDS Variable.
By default (flags = 0) all variable attributes will also be printed.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| var | - pointer to the variable |
| flags | - control flags |
Definition at line 493 of file cds_print.c.
| int cds_print_var_data | ( | FILE * | fp, |
| const char * | indent, | ||
| const char * | label, | ||
| CDSVar * | var | ||
| ) |
Print CDS Variable Data.
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| label | - label to print before the = sign, or NULL to only print the data values |
| var | - pointer to the variable |
Definition at line 625 of file cds_print.c.
| int cds_print_vararray | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSVarArray * | vararray, | ||
| int | flags | ||
| ) |
Print CDS Variable Array.
By default (flags = 0) this function will print all variables, variable attributes and data in the specified variable array.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| vararray | - pointer to the variable group |
| flags | - control flags |
Definition at line 1000 of file cds_print.c.
| int cds_print_vargroup | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSVarGroup * | vargroup, | ||
| int | flags | ||
| ) |
Print CDS Variable Group.
By default (flags = 0) this function will print all variables, variable attributes and data in the specified variable group.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| vargroup | - pointer to the variable group |
| flags | - control flags |
Definition at line 1099 of file cds_print.c.
| int cds_print_vargroups | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group, | ||
| int | flags | ||
| ) |
Print CDS Variable Groups.
By default (flags = 0) this function will print all variables, variable attributes and data for the variable groups in the specified CDS group.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the variable group |
| flags | - control flags |
Definition at line 1168 of file cds_print.c.
| int cds_print_vars | ( | FILE * | fp, |
| const char * | indent, | ||
| CDSGroup * | group, | ||
| int | flags | ||
| ) |
Print CDS Variables.
By default (flags = 0) all variable attributes will also be printed.
Control Flags:
| fp | - pointer to the open file to print to |
| indent | - line indent string |
| group | - pointer to the group |
| flags | - control flags |
Definition at line 584 of file cds_print.c.