VSF Documented
|
Go to the source code of this file.
Functions | |
declare_class (__vk_tgui_slider_t) def_class(__vk_tgui_slider_t | |
Variables | ||
uint16_t | hwSpeed | |
uint16_t | hwAcceleration | |
struct { | ||
int16_t iTarget | ||
int16_t iCurrent | ||
int16_t iResidual | ||
} | tPosition | |
declare_class | ( | __vk_tgui_slider_t | ) |
\NOTE: Make sure #include "utilities/ooc_class.h" is close to the class ! definition and there is NO ANY OTHER module-interface-header file ! included in this file
uint16_t hwSpeed |
uint16_t hwAcceleration |
int16_t iTarget |
int16_t iCurrent |
int16_t iResidual |
struct { ... } tPosition |