TwiceAsNice
2019-02-18
|
One switch descriptor. More...
#include <indiapi.h>
Public Attributes | |
char | name [MAXINDINAME] |
Index name. More... | |
char | label [MAXINDILABEL] |
Switch label. More... | |
ISState | s |
Switch state. More... | |
struct _ISwitchVectorProperty * | svp |
Pointer to parent. More... | |
void * | aux |
Helper info. More... | |
One switch descriptor.
void * ISwitch::aux |
Helper info.
char ISwitch::label |
Switch label.
char ISwitch::name |
Index name.
ISState ISwitch::s |
Switch state.
struct _ISwitchVectorProperty * ISwitch::svp |
Pointer to parent.