pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <hid.h>
Data Fields | |
char * | name |
int(* | function )(void *) |
void * | parm |
int(* HID_Flag::function)(void *) |
Function to call to get the value of the flag.
Definition at line 198 of file hid.h.
Referenced by hid_get_flag().
char* HID_Flag::name |
void* HID_Flag::parm |
Additional parameter to pass to that function.
Definition at line 201 of file hid.h.
Referenced by hid_get_flag().