automotive-dlt
dlt_daemon_serial.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "dlt-daemon.h"
#include "dlt_types.h"
#include "dlt_daemon_serial.h"
Include dependency graph for dlt_daemon_serial.c:

Go to the source code of this file.

Functions

int dlt_daemon_serial_send (int sock, void *data1, int size1, void *data2, int size2, char serialheader)
 

Detailed Description

Author
Alexander Wenzel alexa.nosp@m.nder.nosp@m..aw.w.nosp@m.enze.nosp@m.l@bmw.nosp@m..de

Definition in file dlt_daemon_serial.c.

Function Documentation

int dlt_daemon_serial_send ( int  sock,
void *  data1,
int  size1,
void *  data2,
int  size2,
char  serialheader 
)