mbgtools-lx
4.2.8
|
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | _ext extern |
#define | MBG_TGT_POSIX |
#define | MBG_TGT_UNIX |
#define | FUNC_UNKNOWN "func_???" |
#define | MBG_TGT_USE_IOCTL 0 |
#define | MBG_INVALID_HANDLE -1 |
#define | MBG_INVALID_SOCK_FD -1 |
A value to mark an MBG_SOCK_FD as invalid. More... | |
#define | MBG_SOCKET_ERR_RETVAL -1 |
The return code of socket functions in case of error. More... | |
#define | _MBG_API |
#define | _MBG_API_ATTR |
#define | _NO_MBG_API |
#define | _NO_MBG_API_ATTR |
#define | MBG_INVALID_PORT_HANDLE MBG_INVALID_HANDLE |
#define | MBG_TGT_C94 0 |
#define | MBG_TGT_C99 0 |
#define | MBG_TGT_HAS_WCHAR_T ( MBG_TGT_C94 || defined( WCHAR_MAX ) ) |
#define | _WCHAR_T |
#define | wchar_t char |
Typedefs | |
typedef int | MBG_HANDLE |
typedef int | MBG_PORT_HANDLE |
typedef int | MBG_SOCK_FD |
A socket file descriptor type. More... | |
#define _MBG_API |
Definition at line 1020 of file mbg_tgt.h.
Referenced by dev_open_finish_setup(), mbg_set_current_process_affinity_to_cpu(), mbg_tlv_create_id(), mbgextio_close_connection(), mbgextio_get_gnss_sv_status_idx(), mbgextio_set_scu_stat_settings(), and pcps_time_is_valid().
#define _MBG_API_ATTR |
Definition at line 1024 of file mbg_tgt.h.
Referenced by mbg_set_current_process_affinity_to_cpu().
#define _NO_MBG_API |
Definition at line 1028 of file mbg_tgt.h.
Referenced by check_feat_supp_byte_array().
#define _NO_MBG_API_ATTR |
Definition at line 1032 of file mbg_tgt.h.
Referenced by check_feat_supp_byte_array(), dev_open_finish_setup(), mbg_tlv_create_id(), mbgextio_close_connection(), mbgextio_get_gnss_sv_status_idx(), mbgextio_set_scu_stat_settings(), and pcps_time_is_valid().
#define MBG_INVALID_PORT_HANDLE MBG_INVALID_HANDLE |
#define MBG_INVALID_SOCK_FD -1 |
A value to mark an MBG_SOCK_FD as invalid.
Definition at line 1003 of file mbg_tgt.h.
Referenced by dev_open_finish_setup().
#define MBG_SOCKET_ERR_RETVAL -1 |
The return code of socket functions in case of error.
Definition at line 1014 of file mbg_tgt.h.
Referenced by dev_open_finish_setup().
#define MBG_TGT_HAS_WCHAR_T ( MBG_TGT_C94 || defined( WCHAR_MAX ) ) |
typedef int MBG_HANDLE |
typedef int MBG_PORT_HANDLE |
typedef int MBG_SOCK_FD |