![]() |
Diffusion C API 6.12.0
|
Int64 datatype associated functions. More...
Functions | |
| bool | read_diffusion_int64_value (const DIFFUSION_VALUE_T *value, int64_t *int64_value, DIFFUSION_API_ERROR *error) |
| Read an int64 from the diffusion value. | |
| bool | write_diffusion_int64_value (int64_t value, const BUF_T *buf) |
| Write a int64 value into a BUF_T for an update. | |
Int64 datatype associated functions.
| bool read_diffusion_int64_value | ( | const DIFFUSION_VALUE_T * | value, |
| int64_t * | int64_value, | ||
| DIFFUSION_API_ERROR * | error ) |
Read an int64 from the diffusion value.
| value | the diffusion value. |
| int64_value | pointer to set the int64 value to. |
| error | populated if an error occurs. Can be NULL. |
| bool write_diffusion_int64_value | ( | int64_t | value, |
| const BUF_T * | buf ) |
Write a int64 value into a BUF_T for an update.
| value | int64 to be written into the BUF_T |
| buf | BUF_T to write the int64 value into |