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

 

NAME

Oorb::StatusMgrTask - Status-manager task for the oorb library

SYNOPSIS

-loorb $(ORBLIBS)

#include "oorb.h"

namespace Oorb

class StatusMgrTask

DESCRIPTION

The StatusMgrTask class is used internally by the Oorb(3) library. The Oorb::Master(3) class within an Oorb(3)-library based program automatically instantiates and calls the run method on an object of the StatusMgrTask class. The StatusMgrTask's main job is to monitor the status of orb connections within programs based on the Oorb(3) library, emitting status packets of the sort readable by the Antelope dlmon(1) program.

CONSTRUCTORS

METHODS

OBJECT CONFIGURATION PARAMETERS

The StatusMgrTask object contains a public member struct of name m_statusParams which is defined as follows:

typedef struct statusParamsStruct {
    char*    write_to_queue;
    double   pfstatusreport_sec;
} stateParamsStruct;

LIBRARY

-loorb $(ORBLIBS)

ATTRIBUTES

MT-Safe

SEE ALSO

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

AUTHOR

Kent Lindquist
Printer icon