QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Variable actions

Enumerations

enum  { VLC_VAR_BOOL_TOGGLE, VLC_VAR_INTEGER_ADD, VLC_VAR_INTEGER_OR, VLC_VAR_INTEGER_NAND }
 

Detailed Description

These are the different actions that can be used with var_GetAndSet()

Enumeration Type Documentation

anonymous enum
Enumerator
VLC_VAR_BOOL_TOGGLE 

Invert a boolean value (param ignored)

VLC_VAR_INTEGER_ADD 

Add parameter to an integer value

VLC_VAR_INTEGER_OR 

Binary OR over an integer bits field

VLC_VAR_INTEGER_NAND 

Binary NAND over an integer bits field