rllib
1
|
#include "rleibnetip.h"
#include "rltime.h"
#include "rldataacquisitionprovider.h"
#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | EIB_HEADERSIZE 6 |
#define | EIB_VERSION 0x10 |
#define | EIB_ADRSIZE 8 |
#define | EIB_CRICRDSIZE 4 |
#define | TUNNEL_CONNECTION 4 |
#define | REMLOG_CONNECTION 6 |
#define | OBJSVR_CONNECTION 8 |
#define | TUNNEL_LINKLAYER 2 |
#define | E_NO_ERROR 0 |
#define | E_NO_MORE_CONNECTIONS 0x24 |
#define | E_SEQUENCE_NUMBER 0x04 |
#define | L_Data_Req 0x11 |
#define | L_Data_Con 0x2E |
#define | L_Data_Ind 0x29 |
Enumerations | |
enum | ServiceType { SEARCH_REQUEST = 0x0201, SEARCH_RESPONSE = 0x0202, DESCRIPTION_REQUEST = 0x0203, DESCRIPTION_RESPONSE = 0x0204, CONNECT_REQUEST = 0x0205, CONNECT_RESPONSE = 0x0206, CONNECTIONSTATE_REQUEST = 0x0207, CONNECTIONSTATE_RESPONSE = 0x0208, DISCONNECT_REQUEST = 0x0209, DISCONNECT_RESPONSE = 0x020A, TUNNELLING_REQUEST = 0x0420, TUNNELLING_ACK = 0x0421 } |
Functions | |
static void * | eib_reader (void *arg) |
#define E_NO_ERROR 0 |
Definition at line 32 of file rleibnetip.cpp.
#define E_NO_MORE_CONNECTIONS 0x24 |
Definition at line 33 of file rleibnetip.cpp.
#define E_SEQUENCE_NUMBER 0x04 |
Definition at line 34 of file rleibnetip.cpp.
#define EIB_ADRSIZE 8 |
Definition at line 25 of file rleibnetip.cpp.
#define EIB_CRICRDSIZE 4 |
Definition at line 27 of file rleibnetip.cpp.
#define EIB_HEADERSIZE 6 |
Definition at line 23 of file rleibnetip.cpp.
#define EIB_VERSION 0x10 |
Definition at line 24 of file rleibnetip.cpp.
#define L_Data_Con 0x2E |
Definition at line 37 of file rleibnetip.cpp.
#define L_Data_Ind 0x29 |
Definition at line 38 of file rleibnetip.cpp.
#define L_Data_Req 0x11 |
Definition at line 36 of file rleibnetip.cpp.
#define OBJSVR_CONNECTION 8 |
Definition at line 30 of file rleibnetip.cpp.
#define REMLOG_CONNECTION 6 |
Definition at line 29 of file rleibnetip.cpp.
#define TUNNEL_CONNECTION 4 |
Definition at line 28 of file rleibnetip.cpp.
#define TUNNEL_LINKLAYER 2 |
Definition at line 31 of file rleibnetip.cpp.
enum ServiceType |
Definition at line 40 of file rleibnetip.cpp.
|
static |
Definition at line 56 of file rleibnetip.cpp.