#include <GSM.h>
Inheritance diagram for GSMFeatureProvider:

Public Member Functions | |
| GSMFeatureProvider (providerparams ¶ms) | |
| virtual | ~GSMFeatureProvider () |
| virtual void | run () |
| virtual Feature * | getFeature (string name) const |
| virtual Feature * | getSample (string name) const |
| virtual void | nextSample (clock_t checkpoint) |
Protected Attributes | |
| string | cellId |
| bool | cellIdValid |
| Lock | lockCellId |
| string | serialPort |
|
|
Constructor
|
|
|
Destructor |
|
|
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. |
|
|
Thread main worker function Implements Thread. |
|
|
|
1.4.6