|
Fawkes API
Fawkes Development Version
|
Thread aspect create, update, and graph round-robin databases (RRD). More...
#include <>>

Public Member Functions | |
| RRDAspect () | |
| Constructor. | |
| virtual | ~RRDAspect () |
| Virtual empty destructor. | |
Protected Attributes | |
| RRDManager * | rrd_manager |
| Manager class to access RRD features. | |
Friends | |
| class | RRDAspectIniFin |
Thread aspect create, update, and graph round-robin databases (RRD).
Give this aspect to your thread to create, update, and graph round-robin databases produced by rrdtool.
| fawkes::RRDAspect::~RRDAspect | ( | ) | [virtual] |
fawkes::RRDManager * fawkes::RRDAspect::rrd_manager [protected] |
Manager class to access RRD features.
It will take care of properly distributing the work.
Definition at line 45 of file rrd.h.
Referenced by RRDExampleThread::init(), RRDExampleThread::finalize(), RRDExampleThread::loop(), and RRDWebThread::init().