RobotLib  1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
Rovio.NavigationSensor Class Reference

A convenience class for accessing the TrueTrack navigation sensor. More...

Inheritance diagram for Rovio.NavigationSensor:
Rovio.Component

Public Member Functions

 NavigationSensor (Robot _robot)
 The constructor.
 
override void Update ()
 Update the IRSensor value.
 
- Public Member Functions inherited from Rovio.Component
 Component (Robot _robot)
 The constructor.
 

Additional Inherited Members

- Public Attributes inherited from Rovio.Component
bool AutoUpdate = true
 Automatic update option for methods requesting more than one piece of information.
 
- Protected Attributes inherited from Rovio.Component
Robot robot
 The robot class, accessible by all dervied classes.
 

Detailed Description

A convenience class for accessing the TrueTrack navigation sensor.

Constructor & Destructor Documentation

Rovio.NavigationSensor.NavigationSensor ( Robot  _robot)

The constructor.

Member Function Documentation

override void Rovio.NavigationSensor.Update ( )
virtual

Update the IRSensor value.

Reimplemented from Rovio.Component.


The documentation for this class was generated from the following file: