Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teoAsyncClass Struct Reference

Teonet Async class data definition. More...

#include <async_calls.h>

Data Fields

void * ke
 
void * event_cb
 
pthread_t t_id
 
int f_multi_thread
 
uint8_t test
 
pthread_mutex_t cv_mutex
 
pthread_cond_t cv_threshold
 
pthread_mutex_t async_func_mutex
 

Detailed Description

Teonet Async class data definition.

Field Documentation

pthread_mutex_t teoAsyncClass::async_func_mutex

Referenced by teoAsyncDestroy(), and teoAsyncInit().

pthread_mutex_t teoAsyncClass::cv_mutex

Referenced by teoAsyncDestroy(), and teoAsyncInit().

pthread_cond_t teoAsyncClass::cv_threshold

Referenced by teoAsyncDestroy(), and teoAsyncInit().

void* teoAsyncClass::event_cb

Referenced by teoAsyncDestroy(), and teoAsyncInit().

int teoAsyncClass::f_multi_thread

Referenced by teoAsyncInit().

void* teoAsyncClass::ke

Referenced by teoAsyncDestroy(), and teoAsyncInit().

pthread_t teoAsyncClass::t_id

Referenced by idle_cb(), and teoAsyncInit().

uint8_t teoAsyncClass::test

Referenced by teoAsyncInit().


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