#include <nicdrv.h>
Public Attributes | |
pthread_mutex_t | getindex_mutex |
int | lastidx |
ecx_redportt * | redport |
int | redstate |
pthread_mutex_t | rx_mutex |
ec_bufT | rxbuf [EC_MAXBUF] |
int | rxbufstat [EC_MAXBUF] |
int | rxsa [EC_MAXBUF] |
int | sockhandle |
ec_stackT | stack |
ec_bufT | tempinbuf |
int | tempinbufs |
pthread_mutex_t | tx_mutex |
ec_bufT | txbuf [EC_MAXBUF] |
ec_bufT | txbuf2 |
int | txbuflength [EC_MAXBUF] |
int | txbuflength2 |
pointer structure to buffers, vars and mutexes for port instantiation
pthread_mutex_t ecx_portt::getindex_mutex |
pthread_mutex_t ecx_portt::rx_mutex |
int ecx_portt::rxsa[EC_MAXBUF] |
pthread_mutex_t ecx_portt::tx_mutex |