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

TCP private definitions. More...

#include <pios.h>
#include <stdio.h>
#include <pthread.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>

Go to the source code of this file.

Data Structures

struct  pios_tcp_cfg
 

Functions

int32_t PIOS_TCP_Init (uintptr_t *tcp_id, const struct pios_tcp_cfg *cfg)
 

Variables

const struct pios_com_driver pios_tcp_com_driver
 

Detailed Description

TCP 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_tcp_priv.h.

Function Documentation

int32_t PIOS_TCP_Init ( uintptr_t *  tcp_id,
const struct pios_tcp_cfg cfg 
)

Variable Documentation

const struct pios_com_driver pios_tcp_com_driver