mbgtools-lx
4.2.8
|
Macros | |
#define | _io_read_var_chk(_pddev, _cmd, _fld, _pout, _cond) |
#define | _io_write_var_chk(_pddev, _cmd, _fld, _pin, _cond) |
#define | _io_write_cmd_chk(_pddev, _cmd, _cond) |
#define | _io_read_gps_chk(_pddev, _cmd, _fld, _pout, _size, _cond) |
#define | _io_read_gps_var_chk(_pddev, _cmd, _fld, _pout, _cond) |
#define | _io_write_gps_var_chk(_pddev, _cmd, _fld, _pin, _cond) |
#define | _report_cond(_cond, _pout) |
These macros are used to implement IOCTL calls that are not supported by every device. If the feature is supported they use one of the Basic macros used to implemment IOCTL functions to access the device, but goto an error label if the feature is not supported.
#define _io_read_gps_chk | ( | _pddev, | |
_cmd, | |||
_fld, | |||
_pout, | |||
_size, | |||
_cond | |||
) |
Definition at line 639 of file macioctl.h.
Referenced by ioctl_switch().
#define _io_read_gps_var_chk | ( | _pddev, | |
_cmd, | |||
_fld, | |||
_pout, | |||
_cond | |||
) |
Definition at line 652 of file macioctl.h.
Referenced by ioctl_switch().
#define _io_read_var_chk | ( | _pddev, | |
_cmd, | |||
_fld, | |||
_pout, | |||
_cond | |||
) |
Definition at line 612 of file macioctl.h.
Referenced by ioctl_switch().
#define _io_write_cmd_chk | ( | _pddev, | |
_cmd, | |||
_cond | |||
) |
Definition at line 630 of file macioctl.h.
Referenced by ioctl_switch().
#define _io_write_gps_var_chk | ( | _pddev, | |
_cmd, | |||
_fld, | |||
_pin, | |||
_cond | |||
) |
Definition at line 661 of file macioctl.h.
Referenced by ioctl_switch().
#define _io_write_var_chk | ( | _pddev, | |
_cmd, | |||
_fld, | |||
_pin, | |||
_cond | |||
) |
Definition at line 621 of file macioctl.h.
Referenced by ioctl_switch().
#define _report_cond | ( | _cond, | |
_pout | |||
) |
Definition at line 670 of file macioctl.h.
Referenced by ioctl_switch().