#include <ConfidenceSelectNode.h>
Inheritance diagram for ot::ConfidenceSelectNode:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Types | |
| enum | types { HIGH = 0, LOW } |
| the type of filter More... | |
Protected Member Functions | |
| ConfidenceSelectNode (double timeout_=100, types type_=HIGH) | |
Protected Attributes | |
| double | timeout |
| timeout value | |
| double | lastTimeStamp |
| last time stamp seen | |
| float | lastConfidence |
| last confidence value seen | |
| enum ot::ConfidenceSelectNode::types | type |
| the type of filter | |
Friends | |
| class | CommonNodeFactory |
|
|
the type of filter
|
|
||||||||||||
|
constructor method. It sets initial values for the treshhold and type |
|
|
tests for EventGenerator interface being present and returns 1, if present.
Reimplemented from ot::Node. |
|
||||||||||||
|
This method is called by any child node.
Reimplemented from ot::Node. |
|
|
|
|
|
last confidence value seen
|
|
|
last time stamp seen
|
|
|
timeout value
|
|
|
the type of filter
Reimplemented from ot::Node. |
1.4.6