• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

NAME

Oorb::OrbWriterTask - Task to read packets from orb connections in the oorb library

SYNOPSIS

-loorb $(ORBLIBS)

#include "oorb.h"

namespace Oorb

class OrbWriterTask

DESCRIPTION

This page describes the OrbWriterTask which is used within the Oorb(3) library to write data to orbserver(1) connections. The OrbWriterTask is generally not intended to be launched directly by application programmers. Rather, the program author should call the addConnection method of Oorb::Master(3) to register the intended connection, handing that method a parameter-file to be given via the BUConfigure(3) configure method to the OrbWriterTask constructor. The configuration parameters for OrbWriterTask are listed and explained below.

CONSTRUCTORS

METHODS

OBJECT CONFIGURATION PARAMETERS

The OrbWriterTask object contains a public member struct of name m_writerParams which is defined as follows:

typedef struct writerParamsStruct {
    char*   read_from_queue;
    char*   write_to_orbname;
    char*   write_to_orbtag;
    int     max_queue;
    bool    acknowledge;
} writerParamsStruct;

LIBRARY

-loorb $(ORBLIBS)

ATTRIBUTES

MT-Safe

SEE ALSO

Oorb(3), Oorb::Task(3), Oorb::Master(3), Oorb::OrbConnectionTask(3), Oorb::OrbReaderTask(3)

AUTHOR

Kent Lindquist
Printer icon