dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_serial_priv.h File Reference

SERIAL private definitions. More...

#include <pios.h>
#include <stdio.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>

Go to the source code of this file.

Functions

int32_t PIOS_SERIAL_Init (uintptr_t *serial_id, const char *path)
 
int32_t PIOS_SERIAL_InitFromFd (uintptr_t *serial_id, int readfd, int writefd, bool dont_touch_line)
 

Variables

const struct pios_com_driver pios_serial_com_driver
 

Detailed Description

SERIAL private definitions.

Author
dRonin, http://dRonin.org/, Copyright (C) 2016
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_serial_priv.h.