|
JUCE
|
A program that can be loaded onto an LEDGrid. More...
Inheritance diagram for juce::LEDGrid::Program:Public Member Functions | |
| Program (LEDGrid &) | |
| Creates a Program for the corresponding LEDGrid. More... | |
| virtual | ~Program () |
| Destructor. More... | |
| virtual juce::String | getLittleFootProgram ()=0 |
| Returns the LittleFoot program to execute on the BLOCKS device. More... | |
| virtual uint32 | getHeapSize ()=0 |
| Sets the size of the shared area of memory used to communicate with the host computer. More... | |
Public Attributes | |
| LEDGrid & | ledGrid |
A program that can be loaded onto an LEDGrid.
This class facilitates the execution of a LittleFoot program on a BLOCKS device with an LEDGrid.
|
virtual |
Destructor.
|
pure virtual |
Returns the LittleFoot program to execute on the BLOCKS device.
|
pure virtual |
Sets the size of the shared area of memory used to communicate with the host computer.
| LEDGrid& juce::LEDGrid::Program::ledGrid |