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 | Public Attributes | Protected Attributes | List of all members
NXT.Component Class Reference

Interface for different convenience classes that require access to the Robot class. More...

Inheritance diagram for NXT.Component:
NXT.API.API NXT.API.DirectCommand NXT.API.SystemCommand NXT.DeviceInfo NXT.InPort NXT.OutPort

Public Member Functions

 Component (Robot _robot)
 The constructor.
 

Public Attributes

bool AutoUpdate = true
 Automatic update option for methods requesting more than one piece of information.
 

Protected Attributes

Robot robot
 The robot class, accessible by all dervied classes.
 

Detailed Description

Interface for different convenience classes that require access to the Robot class.

Constructor & Destructor Documentation

NXT.Component.Component ( Robot  _robot)

The constructor.

Member Data Documentation

bool NXT.Component.AutoUpdate = true

Automatic update option for methods requesting more than one piece of information.

Robot NXT.Component.robot
protected

The robot class, accessible by all dervied classes.


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