dvs_var_hash_interface
Last update: 16.07.2025
Go to the documentation of this file.
85 virtual dvs_ret get_var_hash(uint32_t index, char* hash, VAR_TYPE type = VAR_TYPE::FLOAT) const = 0;
Interface to get variable hash information from DVS objects.
Definition dvs_var_hash_interface.h:40
virtual dvs_ret get_var_hash(uint32_t index, char *hash, VAR_TYPE type=VAR_TYPE::FLOAT) const =0
Get the hash of the variable data.
virtual dvs_ret get_var_hash(const IVar *var, char *hash) const =0
Get the hash of the variable data.
virtual uint32_t get_var_hash_size(const IVar *var) const =0
Get the size of the hash to use with IVarHash::get_var_hash()
virtual uint32_t get_var_hash_size(uint32_t index, VAR_TYPE type=VAR_TYPE::FLOAT) const =0
Get the size of the hash to use with IVarHash::get_var_hash()
DVS Reader API Variable Interface.
Contains enums used in C/C++ API.
Contains errors used in the DVS C/C++ API.
int32_t dvs_ret
Return value of methods, TODO.
Definition dynamic_visualization_store_error_codes.h:32