|
dRonin
adbada4
dRonin firmware
|
Interfaces with simple serial-based doppler & ranging devices. More...
Typedefs | |
| typedef struct omnip_dev_s * | omnip_dev_t |
Functions | |
| int32_t | PIOS_OMNIP_Init (omnip_dev_t *dev, const struct pios_com_driver *driver, uintptr_t lower_id) |
| Allocate and initialise OMNIP device. More... | |
Interfaces with simple serial-based doppler & ranging devices.
| typedef struct omnip_dev_s* omnip_dev_t |
Definition at line 33 of file pios_omnip.h.
| int32_t PIOS_OMNIP_Init | ( | omnip_dev_t * | dev, |
| const struct pios_com_driver * | driver, | ||
| uintptr_t | lower_id | ||
| ) |
Allocate and initialise OMNIP device.
| [out] | dev | Device handle, only valid when return value is success |
| [in] | lower_id | PIOS_COM handle |
| 0 | on success, else failure |