DirectOutputR1
DirectOutput framework R1 for virtual pinball cabinets.
|
Go to: Overview |
Namespace for basic toys like contactors and RGBLeds. More...
Classes | |
class | AnalogToy |
More... | |
class | Contactor |
More... | |
class | DigitalToy |
More... | |
class | GearMotor |
More... | |
interface | IAnalogToy |
Common interface of analog toys supporting values from 0-255. The main purpose of this interface is to facilitate the development of effects. AssignedEffects using this interface for toy references are able to call the common methods of these toys. More... | |
interface | IDigitalToy |
Generic interface for Toys having only 2 states. The main purpose of this interface is to facilitate the development of effects. AssignedEffects using this interface for toy references are able to call the common methods of these toys. More... | |
interface | ILampToy |
Common interface for lamp like toys. Implement this interface if a toy resembles some kind of lamp so all effects working with lamps can use the toy. More... | |
interface | IRGBToy |
This interface is to be used for toys outputing RGB colors (e.g. RGBLed toy). More... | |
class | Lamp |
More... | |
class | Motor |
More... | |
class | RGBLed |
More... | |
class | Shaker |
More... | |
Namespace for basic toys like contactors and RGBLeds.