WPILib 2012
WPILibRoboticsLibraryforFRC
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
Module Class Reference
Inheritance diagram for Module:
SensorBase ErrorBase AnalogModule DigitalModule

List of all members.

Public Member Functions

nLoadOut::tModuleType GetType ()
UINT8 GetNumber ()

Static Public Member Functions

static ModuleGetModule (nLoadOut::tModuleType type, UINT8 number)

Protected Member Functions

 Module (nLoadOut::tModuleType type, UINT8 number)
virtual ~Module ()

Protected Attributes

nLoadOut::tModuleType m_moduleType
 The type of module represented.
UINT8 m_moduleNumber
 The module index within the module type.

Constructor & Destructor Documentation

Module::Module ( nLoadOut::tModuleType  type,
UINT8  number 
) [explicit, protected]

Constructor.

Parameters:
typeThe type of module represented.
numberThe module index within the module type.
Module::~Module ( ) [protected, virtual]

Destructor.


Member Function Documentation

Module * Module::GetModule ( nLoadOut::tModuleType  type,
UINT8  number 
) [static]

Static module singleton factory.

Parameters:
typeThe type of module represented.
numberThe module index within the module type.

The documentation for this class was generated from the following files:
 All Classes Functions Variables