Now you can download a copy of these docs so you can use them offline! Download now
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes
Module Class Reference
Inheritance diagram for Module:

Collaboration diagram for Module:

Public Member Functions | |
| nLoadOut::tModuleType | GetType () |
| UINT8 | GetNumber () |
Static Public Member Functions | |
| static Module * | GetModule (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. | |
Detailed Description
Definition at line 15 of file Module.h.
Constructor & Destructor Documentation
| Module::Module | ( | nLoadOut::tModuleType | type, | |
| UINT8 | number | |||
| ) | [explicit, protected] |
Constructor.
- Parameters:
-
type The type of module represented. number The module index within the module type.
Definition at line 20 of file Module.cpp.
| Module::~Module | ( | ) | [protected, virtual] |
Destructor.
Definition at line 30 of file Module.cpp.
Member Function Documentation
| Module * Module::GetModule | ( | nLoadOut::tModuleType | type, | |
| UINT8 | number | |||
| ) | [static] |
Static module singleton factory.
- Parameters:
-
type The type of module represented. number The module index within the module type.
Definition at line 40 of file Module.cpp.
The documentation for this class was generated from the following files:
Generated on Thu Jan 12 2012 22:35:33 for WPILibC++ by
1.7.1