AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
Quick intro
AiC player usage
Data Structures
Files
File List
Globals
include
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
{
17
int
local_socket
;
19
int
host_socket
;
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
conn_duo
Data structure to hold the two connections.
Definition:
host_gl.h:14
conn_duo::local_socket
int local_socket
Definition:
host_gl.h:17
manage_socket_gl
int manage_socket_gl(void *arg)
Manage the remote OpenGL to the VM.
Definition:
host_gl.c:128
conn_duo::host_socket
int host_socket
Definition:
host_gl.h:19
Generated on Thu Feb 16 2017 15:02:04 for AiCPlayer by
1.8.6