AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
host_gl.h
Go to the documentation of this file.
1 
5 #ifndef __HOST_GL_H_
6 #define __HOST_GL_H_
7 
9 #define MAIN_PORT 25000
10 
11 #define OPENGL_DATA_PORT 22468
12 
14 struct conn_duo
15 {
20 };
21 
23 #define BUFF_SIZE (4 * 1024 * 1024)
24 
26 #define OPENGL_START_COMMAND 1001
27 
28 #define OPENGL_PING 1002
29 
30 #define OPENGL_PONG 1003
31 
42 int manage_socket_gl(void* arg);
43 
44 #endif
Data structure to hold the two connections.
Definition: host_gl.h:14
int local_socket
Definition: host_gl.h:17
int manage_socket_gl(void *arg)
Manage the remote OpenGL to the VM.
Definition: host_gl.c:128
int host_socket
Definition: host_gl.h:19