#include <resultPool.h>
Public Member Functions | |
resultPool (string aname, string axlabel, string aylabel, int ainterval, int numtests) | |
int | getNumResults () |
int | addResult (result::result *result) |
vector< result::result * > | getResultList () |
QString | getName () |
|
Constructor, takes both the name assignet to the test data, and the X and Y label
|
|
Adds a result to the pool
|
|
Returns the name of the resultPool
|
|
Function to check the number of tests subscribed to this pool
|
|
Returns the list of vectors
|