主要结构体及接口介绍(5)

struct gps_device_t {
    struct hw_device_t common;

    /**
     * Set the provided lights to the provided values.
     *
     * Returns: 0 on succes, error code on failure.
     */

    const GpsInterface* (*get_gps_interface)(struct gps_device_t* dev);   
};

上层会通过动态库,获得此结构,等到GpsInterface从而打通APP到GPS device的全部通信。

还有 GpsNiInterface AGpsRilInterface等接口 在此不赘述

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwygds.html