Public Attributes
CONN_BCAP_SERVER Struct Reference

b-CAP server communication object. More...

List of all members.

Public Attributes

EVENT comp_evt
struct CONN_PARAM_COMMON device
EVENT exec_evt
uint32_t exec_timeout
uint32_t last_modified
struct BCAP_PACKET last_recv
struct BCAP_PACKET last_send
THREAD main_thread
struct CONN_BCAP_SERVERnode1
struct CONN_BCAP_SERVERnode2
int num_child
int num_object
struct CONN_BCAP_SERVERparent
MUTEXrelation_mutex
struct VEC_OBJECTstack
THREAD sub_thread
EVENT term_main_evt
EVENT term_sub_evt
uint32_t wdt_interval

Detailed Description

b-CAP server communication object.

Definition at line 91 of file bcap_server.c.


Member Data Documentation

Event object for synchronize with recv_thread and exec_thread

Definition at line 104 of file bcap_server.c.

Common communication object

Definition at line 93 of file bcap_server.c.

Event object for synchronize with recv_thread and exec_thread

Definition at line 103 of file bcap_server.c.

executing timeout

Definition at line 96 of file bcap_server.c.

Last modified time

Definition at line 98 of file bcap_server.c.

The last received b-CAP packet

Definition at line 95 of file bcap_server.c.

The last send b-CAP packet

Definition at line 94 of file bcap_server.c.

Main thread object

Definition at line 99 of file bcap_server.c.

If it is root node, then node1 means the head of children list, else the younger brother

Definition at line 110 of file bcap_server.c.

If it is root node, then node2 means the head of delete list, else the elder brother

Definition at line 111 of file bcap_server.c.

The number of client connection (for TCP connection)

Definition at line 107 of file bcap_server.c.

The number of created object

Definition at line 105 of file bcap_server.c.

Parent node

Definition at line 109 of file bcap_server.c.

Mutex object for synchronize change_relation function

Definition at line 108 of file bcap_server.c.

The stack pointer for created objects

Definition at line 106 of file bcap_server.c.

Sub thread object

Definition at line 100 of file bcap_server.c.

Event object for terminate main thread

Definition at line 101 of file bcap_server.c.

Event object for terminate sub thread

Definition at line 102 of file bcap_server.c.

watch dog timer interval

Definition at line 97 of file bcap_server.c.


The documentation for this struct was generated from the following file:


bcap_core
Author(s): DENSO WAVE INCORPORATED
autogenerated on Thu Jun 6 2019 21:00:03