OpenMAX Bellagio 0.9.3
content_pipe_inet.h
Go to the documentation of this file.
1
25
26#ifndef __CONTENT_PIPE_INET_H__
27#define __CONTENT_PIPE_INET_H__
28
29#include <sys/types.h>
30#include <sys/socket.h>
31#include <netinet/in.h>
32#include <netdb.h>
33#include <string.h>
34#include <unistd.h>
35#include <stdio.h>
36#include <stdlib.h>
37#include <malloc.h>
38
39
40#include <OMX_Types.h>
41#include <OMX_ContentPipe.h>
42
44
45#define SOCKET_ERROR -1
46#define QUEUE_SIZE 1
47
48typedef struct {
49
50 /* public */
52
53 /* private */
54 int sfd;
55 int cfd;
56
58
59#endif

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo