#include <TimeFeature.h>
Inheritance diagram for TimeFeatureProvider:
Public Member Functions | |
TimeFeatureProvider (providerparams ¶ms) | |
virtual Feature * | getFeature (string name) const |
virtual Feature * | getSample (string name) const |
virtual void | nextSample (clock_t checkpoint) |
|
|
|
Query feature instance Query the feature provider for a specific feature initialized with random values.
Implements FeatureProvider. |
|
Query sample instance Query the feature provider for a sample value of the specified feature. Prior to this method you have to invoke nextSample().
Implements FeatureProvider. |
|
Prepare sample Prepare the feature provider to return the next sample from the sensor when getSample() is called.
Implements FeatureProvider. |