ET System  16.5
All Data Structures Files Functions Variables Typedefs Macros Modules Pages
et_netthread_t Struct Reference

Struct for passing data from system to network threads. More...

#include <et_private.h>

Data Fields

int cast
 broad or multicast More...
 
et_idid
 system id More...
 
et_sys_configconfig
 system configuration More...
 
char * listenaddr
 broadcast or multicast address (dot-decimal) More...
 
char uname [ET_MAXHOSTNAMELEN]
 host obtained with "uname" cmd More...
 

Detailed Description

Struct for passing data from system to network threads.

Field Documentation

◆ cast

int et_netthread_t::cast

broad or multicast

◆ config

et_sys_config* et_netthread_t::config

system configuration

◆ id

et_id* et_netthread_t::id

system id

◆ listenaddr

char* et_netthread_t::listenaddr

broadcast or multicast address (dot-decimal)

◆ uname

char et_netthread_t::uname[ET_MAXHOSTNAMELEN]

host obtained with "uname" cmd


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