dvs_var_interface.h File Reference
Last update: 16.07.2025DVS Reader API Variable Interface. More...
Go to the source code of this file.
Classes | |
| class | DVS::IVar |
| Interface for variables for the DVS Reader API. More... | |
Enumerations | |
| enum class | DVS::VAR_TYPE { FLOAT , INT64 } |
| Variable type enum definition. More... | |
Detailed Description
DVS Reader API Variable Interface.
Definition in file dvs_var_interface.h.
Enumeration Type Documentation
◆ VAR_TYPE
|
strong |
Variable type enum definition.
Support FLOAT and INT64 Usage example: if VAR_TYPE::INT64 is passed in as an argument of a method. Only int64_t data will be processed. By default, VAR_TYPE::FLOAT is used.
Definition at line 41 of file dvs_var_interface.h.