nmsg 1.3.0
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_kafka_json *   kafka
 
   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 353 of file private.h.

Field Documentation

◆ type

nmsg_input_type nmsg_input_t::type

Definition at line 354 of file private.h.

◆ msgmod

nmsg_msgmod_t nmsg_input_t::msgmod

Definition at line 355 of file private.h.

◆ clos

void* nmsg_input_t::clos

Definition at line 356 of file private.h.

◆ stream

struct nmsg_stream_input* nmsg_input_t::stream

Definition at line 358 of file private.h.

◆ pcap

struct nmsg_pcap* nmsg_input_t::pcap

Definition at line 359 of file private.h.

◆ pres

struct nmsg_pres* nmsg_input_t::pres

Definition at line 360 of file private.h.

◆ json

struct nmsg_json* nmsg_input_t::json

Definition at line 361 of file private.h.

◆ kafka

struct nmsg_kafka_json* nmsg_input_t::kafka

Definition at line 362 of file private.h.

◆ callback

struct nmsg_callback_input* nmsg_input_t::callback

Definition at line 363 of file private.h.

◆ read_fp

nmsg_input_read_fp nmsg_input_t::read_fp

Definition at line 365 of file private.h.

◆ read_loop_fp

nmsg_input_read_loop_fp nmsg_input_t::read_loop_fp

Definition at line 366 of file private.h.

◆ do_filter

bool nmsg_input_t::do_filter

Definition at line 368 of file private.h.

◆ filter_vid

unsigned nmsg_input_t::filter_vid

Definition at line 369 of file private.h.

◆ filter_msgtype

unsigned nmsg_input_t::filter_msgtype

Definition at line 370 of file private.h.

◆ stop

volatile bool nmsg_input_t::stop

Definition at line 371 of file private.h.


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