Public Member Functions

CQELEDController Class Reference

CQELEDController controls the 3 tri-color LEDs on the VEXPro. More...

#include <qeleds.h>

List of all members.

Public Member Functions

 SINGLETON (CQELEDController)
 This internal macro handles the instantiation of this class.
void SetLED (ELEDIndex led, ELEDColor color)
 Set the color of the LED.

Detailed Description

CQELEDController controls the 3 tri-color LEDs on the VEXPro.

To instantiate this class:

 // by pointer
 CQELEDController *pled = CQELEDController::GetPtr(); 
 // or by reference
 CQELEDController &led = CQELEDController::GetRef();

And when done with this class, call Release(), for each call to GetPtr() or GetRef():

 CQELEDController::Release();

Member Function Documentation

void CQELEDController::SetLED ( ELEDIndex  led,
ELEDColor  color 
)

Set the color of the LED.

Parameters:
led the LED you wish to set.
color the color you wish to set it to.
CQELEDController::SINGLETON ( CQELEDController   ) 

This internal macro handles the instantiation of this class.


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