Open Lighting Architecture  Latest Git
Classes | Typedefs | Enumerations | Functions | Variables
ola::plugin::stageprofi Namespace Reference

Detailed Description

Code for Stageprofi devices.

Classes

class  StageProfiDetector
 
class  StageProfiDevice
 
class  StageProfiOutputPort
 An OutputPort for the StageProfi Device. More...
 
class  StageProfiPlugin
 
class  StageProfiWidget
 

Typedefs

typedef enum stageprofi_packet_type_e stageprofi_packet_type
 

Enumerations

enum  stageprofi_packet_type_e { ID_GETDMX = 0xFE, ID_SETDMX = 0xFF, ID_SETLO = 0xE0, ID_SETHI = 0xE1 }
 

Functions

bool EndpointFromString (const string &widget_path, IPV4SocketAddress *socket_addr)
 

Variables

const char plugin_description []
 

Variable Documentation

◆ plugin_description

const char ola::plugin::stageprofi::plugin_description[]
Initial value:
= "StageProfi Plugin\n"
"=================\n"
"\n"
"This plugin creates devices with one output port.\n"
"\n"
"\n"
"### Config file: `ola-stageprofi.conf`\n"
"\n"
"`device = /dev/ttyUSB0` \n"
"`device = 192.168.1.250` \n"
"The device to use either as a path for the USB version or an IP address for\n"
"the LAN version. Multiple devices are supported."