nmsg 1.1.2
Data Fields
nmsg_input_t Struct Reference

Data Fields

nmsg_input_type type
 
nmsg_msgmod_t msgmod
 
void * clos
 
union { 
 
   struct nmsg_stream_input *   stream 
 
   struct nmsg_pcap *   pcap 
 
   struct nmsg_pres *   pres 
 
   struct nmsg_json *   json 
 
   struct nmsg_callback_input *   callback 
 
};  
 
nmsg_input_read_fp read_fp
 
nmsg_input_read_loop_fp read_loop_fp
 
bool do_filter
 
unsigned filter_vid
 
unsigned filter_msgtype
 
volatile bool stop
 

Detailed Description

Definition at line 321 of file private.h.

Field Documentation

◆ type

nmsg_input_type nmsg_input_t::type

Definition at line 322 of file private.h.

◆ msgmod

nmsg_msgmod_t nmsg_input_t::msgmod

Definition at line 323 of file private.h.

◆ clos

void* nmsg_input_t::clos

Definition at line 324 of file private.h.

◆ stream

struct nmsg_stream_input* nmsg_input_t::stream

Definition at line 326 of file private.h.

◆ pcap

struct nmsg_pcap* nmsg_input_t::pcap

Definition at line 327 of file private.h.

◆ pres

struct nmsg_pres* nmsg_input_t::pres

Definition at line 328 of file private.h.

◆ json

struct nmsg_json* nmsg_input_t::json

Definition at line 329 of file private.h.

◆ callback

struct nmsg_callback_input* nmsg_input_t::callback

Definition at line 330 of file private.h.

◆ read_fp

nmsg_input_read_fp nmsg_input_t::read_fp

Definition at line 332 of file private.h.

◆ read_loop_fp

nmsg_input_read_loop_fp nmsg_input_t::read_loop_fp

Definition at line 333 of file private.h.

◆ do_filter

bool nmsg_input_t::do_filter

Definition at line 335 of file private.h.

◆ filter_vid

unsigned nmsg_input_t::filter_vid

Definition at line 336 of file private.h.

◆ filter_msgtype

unsigned nmsg_input_t::filter_msgtype

Definition at line 337 of file private.h.

◆ stop

volatile bool nmsg_input_t::stop

Definition at line 338 of file private.h.


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