ot::ConfidenceSelectNode Class Reference

#include <ConfidenceSelectNode.h>

Inheritance diagram for ot::ConfidenceSelectNode:

Inheritance graph
[legend]
Collaboration diagram for ot::ConfidenceSelectNode:

Collaboration graph
[legend]
List of all members.

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

Member Enumeration Documentation

enum ot::ConfidenceSelectNode::types [protected]
 

the type of filter

Enumerator:
HIGH 
LOW 


Constructor & Destructor Documentation

ot::ConfidenceSelectNode::ConfidenceSelectNode double  timeout_ = 100,
types  type_ = HIGH
[protected]
 

constructor method. It sets initial values for the treshhold and type


Member Function Documentation

virtual int ot::ConfidenceSelectNode::isEventGenerator  )  [inline, virtual]
 

tests for EventGenerator interface being present and returns 1, if present.

Returns:
always 1

Reimplemented from ot::Node.

void ot::ConfidenceSelectNode::onEventGenerated Event event,
Node generator
[virtual]
 

This method is called by any child node.

Parameters:
event the event value passed
generator the node generating the event

Reimplemented from ot::Node.


Friends And Related Function Documentation

friend class CommonNodeFactory [friend]
 


Member Data Documentation

float ot::ConfidenceSelectNode::lastConfidence [protected]
 

last confidence value seen

double ot::ConfidenceSelectNode::lastTimeStamp [protected]
 

last time stamp seen

double ot::ConfidenceSelectNode::timeout [protected]
 

timeout value

enum ot::ConfidenceSelectNode::types ot::ConfidenceSelectNode::type [protected]
 

the type of filter

Reimplemented from ot::Node.


The documentation for this class was generated from the following files:
Generated on Wed Feb 28 15:28:00 2007 for NaviTrack by  doxygen 1.4.6