Fawkes API  Fawkes Development Version
fawkes::RRDAspect Class Reference

Thread aspect create, update, and graph round-robin databases (RRD). More...

#include <>>

Inheritance diagram for fawkes::RRDAspect:

List of all members.

Public Member Functions

 RRDAspect ()
 Constructor.
virtual ~RRDAspect ()
 Virtual empty destructor.

Protected Attributes

RRDManagerrrd_manager
 Manager class to access RRD features.

Friends

class RRDAspectIniFin

Detailed Description

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.

Author:
Tim Niemueller

Constructor & Destructor Documentation

fawkes::RRDAspect::RRDAspect ( )

Constructor.

Definition at line 46 of file rrd.cpp.

fawkes::RRDAspect::~RRDAspect ( ) [virtual]

Virtual empty destructor.

Definition at line 53 of file rrd.cpp.


Member Data Documentation

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().


The documentation for this class was generated from the following files: