NetCDF Assembler documentation 1.0.0
|
The file containing the attributes functions. More...
#include "../include/nc_assembler.hh"
Functions | |
void | copy_attribute_invalid (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a invalid attribute from the input file to the output file. | |
void | copy_attribute_byte (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a byte attribute from the input file to the output file. | |
void | copy_attribute_char (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a char attribute from the input file to the output file. | |
void | copy_attribute_short (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a short attribute from the input file to the output file. | |
void | copy_attribute_int (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an int attribute from the input file to the output file. | |
void | copy_attribute_float (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a float attribute from the input file to the output file. | |
void | copy_attribute_double (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a double attribute from the input file to the output file. | |
void | copy_attribute_ubyte (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an ubyte attribute from the input file to the output file. | |
void | copy_attribute_ushort (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an ushort attribute from the input file to the output file. | |
void | copy_attribute_uint (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an uint attribute from the input file to the output file. | |
void | copy_attribute_int64 (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an int64 attribute from the input file to the output file. | |
void | copy_attribute_uint64 (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy an uint64 attribute from the input file to the output file. | |
void | copy_attribute_string (file_information_t &in_s_file_input, file_information_t &in_s_file_output, variable_information_t &in_s_ref_var, variable_information_t &in_s_fill_var, int32_t i_att_len, char *in_ac_att_name) |
Copy a string attribute from the input file to the output file. | |
The file containing the attributes functions.
void copy_attribute_byte | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a byte attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_char | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a char attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_double | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a double attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_float | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a float attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_int | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an int attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_int64 | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an int64 attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_invalid | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a invalid attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_short | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a short attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_string | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy a string attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_ubyte | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an ubyte attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_uint | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an uint attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_uint64 | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an uint64 attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |
void copy_attribute_ushort | ( | file_information_t & | in_s_file_input, |
file_information_t & | in_s_file_output, | ||
variable_information_t & | in_s_ref_var, | ||
variable_information_t & | in_s_fill_var, | ||
int32_t | i_att_len, | ||
char * | in_ac_att_name ) |
Copy an ushort attribute from the input file to the output file.
in_s_file_input | The input file information |
in_s_file_output | The output file information |
in_s_ref_var | The variable information of the input file |
in_s_fill_var | The variable information of the output file |
i_att_len | The length of the attribute |
in_ac_att_name | The name of the attribute |