Remove the Kinect code from C++

Change-Id: Ifef909a8948f1d0f881bf394b9a3ba925644306f
This commit is contained in:
thomasclark
2014-07-23 16:55:45 -04:00
parent c3d1e80a62
commit 78dac49cf6
7 changed files with 2 additions and 618 deletions

View File

@@ -11,10 +11,10 @@
/**
* Create an object that represents one of the four outputs from an analog trigger.
*
*
* Because this class derives from DigitalSource, it can be passed into routing functions
* for Counter, Encoder, etc.
*
*
* @param trigger A pointer to the trigger for which this is an output.
* @param outputType An enum that specifies the output on the trigger to represent.
*/
@@ -80,4 +80,3 @@ void AnalogTriggerOutput::RequestInterrupts(InterruptHandlerFunction handler, vo
void AnalogTriggerOutput::RequestInterrupts()
{
}