NetCDF Assembler documentation 1.0.0
|
The file containing the set values functions. More...
#include "../include/nc_assembler.hh"
Functions | |
void | set_invalid_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an invalid variable. | |
void | set_byte_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a byte variable. | |
void | set_char_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a char variable. | |
void | set_short_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a short variable. | |
void | set_int_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an int variable. | |
void | set_float_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a float variable. | |
void | set_double_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a double variable. | |
void | set_ubyte_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an unsigned byte variable. | |
void | set_ushort_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an unsigned short variable. | |
void | set_uint_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an unsigned int variable. | |
void | set_int64_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an int64 variable. | |
void | set_uint64_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of an unsigned int64 variable. | |
void | set_string_value (file_information_t &in_s_file, variable_information_t &in_s_var, size_t *in_ai_start, var_type in_value) |
Set the value of a string variable. | |
The file containing the set values functions.
void set_byte_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a byte variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_count | The number of values to set |
in_ai_start | The values index |
void set_char_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a char variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_double_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a double variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_float_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a float variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_int64_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an int64 variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_int_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an int variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_invalid_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an invalid variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_short_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a short variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_string_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of a string variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_ubyte_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an unsigned byte variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_uint64_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an unsigned int64 variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_uint_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an unsigned int variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |
void set_ushort_value | ( | file_information_t & | in_s_file, |
variable_information_t & | in_s_var, | ||
size_t * | in_ai_start, | ||
var_type | in_value ) |
Set the value of an unsigned short variable.
in_s_file | The file information |
in_s_var | The variable information |
in_ai_start | The values index |
in_value | The value to set |