JUCE
Public Member Functions | Public Attributes | List of all members
LEDGrid::Program Struct Referenceabstract

A program that can be loaded onto an LEDGrid. More...

+ Inheritance diagram for 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

LEDGridledGrid
 

Detailed Description

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.

Constructor & Destructor Documentation

§ Program()

LEDGrid::Program::Program ( LEDGrid )

Creates a Program for the corresponding LEDGrid.

§ ~Program()

virtual LEDGrid::Program::~Program ( )
virtual

Destructor.

Member Function Documentation

§ getLittleFootProgram()

virtual juce::String LEDGrid::Program::getLittleFootProgram ( )
pure virtual

Returns the LittleFoot program to execute on the BLOCKS device.

§ getHeapSize()

virtual uint32 LEDGrid::Program::getHeapSize ( )
pure virtual

Sets the size of the shared area of memory used to communicate with the host computer.

Member Data Documentation

§ ledGrid

LEDGrid& LEDGrid::Program::ledGrid

The documentation for this struct was generated from the following file: