#include <LoadHistoryPlugin.h>
Inheritance diagram for LoadHistoryPlugin:
Public Member Functions | |
LoadHistoryPlugin (const string=NULL) | |
virtual | ~LoadHistoryPlugin () |
void | setJobName (const string) |
const string | getJobName () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
double | getValueAt (unsigned int) throw (LibHandleError) |
loadhistory_exec_function | getValueFunction () throw (LibHandleError) |
Private Member Functions | |
LoadHistoryPlugin (const LoadHistoryPlugin &x) | |
Private Attributes | |
loadhistory_exec_function | func_value |
string | job_name |
LoadHistoryPlugin::LoadHistoryPlugin | ( | const LoadHistoryPlugin & | x | ) | [private] |
hidden copy constructor - we do not want to accidentially copy objects
LoadHistoryPlugin::LoadHistoryPlugin | ( | const | string = NULL |
) |
LoadHistoryPlugin::~LoadHistoryPlugin | ( | ) | [virtual] |
void LoadHistoryPlugin::setJobName | ( | const | string | ) |
const string LoadHistoryPlugin::getJobName | ( | ) |
void LoadHistoryPlugin::load | ( | const | string | ) | throw (FileNotFound, LibHandleError) [virtual] |
Reimplemented from Plugin.
double LoadHistoryPlugin::getValueAt | ( | unsigned | int | ) | throw (LibHandleError) |
loadhistory_exec_function LoadHistoryPlugin::getValueFunction | ( | ) | throw (LibHandleError) |
string LoadHistoryPlugin::job_name [private] |