Now you can download a copy of these docs so you can use them offline! Download now
DigitalSource Class Reference
#include <DigitalSource.h>
Inheritance diagram for DigitalSource:

Collaboration diagram for DigitalSource:

Public Member Functions | |
| virtual | ~DigitalSource () |
| virtual UINT32 | GetChannelForRouting ()=0 |
| virtual UINT32 | GetModuleForRouting ()=0 |
| virtual bool | GetAnalogTriggerForRouting ()=0 |
| virtual void | RequestInterrupts (tInterruptHandler handler, void *param)=0 |
| Asynchronus handler version. | |
| virtual void | RequestInterrupts ()=0 |
| Synchronus Wait version. | |
Detailed Description
DigitalSource Interface. The DigitalSource represents all the possible inputs for a counter or a quadrature encoder. The source may be either a digital input or an analog input. If the caller just provides a channel, then a digital input will be constructed and freed when finished for the source. The source can either be a digital input or analog trigger but not both.
Definition at line 19 of file DigitalSource.h.
Constructor & Destructor Documentation
| DigitalSource::~DigitalSource | ( | ) | [virtual] |
DigitalSource destructor.
Definition at line 12 of file DigitalSource.cpp.
The documentation for this class was generated from the following files:
Generated on Thu Jan 12 2012 22:35:30 for WPILibC++ by
1.7.1