Open Lighting Architecture  0.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Enumerations | Functions
ola::plugin::shownet Namespace Reference

Detailed Description

Code for the Strand ShowNet protocol.

Some reference info: https://code.google.com/p/open-lighting/issues/detail?id=218

Classes

class  ShowNetDevice
class  ShowNetNode
struct  shownet_packet
class  ShowNetPlugin
class  ShowNetInputPort
class  ShowNetOutputPort

Typedefs

typedef struct shownet_dmx_s shownet_dmx
typedef struct
shownet_compressed_dmx_s 
shownet_compressed_dmx

Enumerations

enum  { SHOWNET_MAC_LENGTH = ola::network::MACAddress::LENGTH }
enum  { SHOWNET_NAME_LENGTH = 9 }
enum  { SHOWNET_SPARE_LENGTH = 22 }
enum  { SHOWNET_DMX_DATA_LENGTH = DMX_UNIVERSE_SIZE }
enum  { SHOWNET_COMPRESSED_DATA_LENGTH = 1269 }
enum  ShowNetPacketType { DMX_PACKET = 0x202f, COMPRESSED_DMX_PACKET = 0x808f }

Functions

 PACK (struct shownet_dmx_s{uint16_t port;uint16_t slot_length;uint16_t pool_size;uint16_t h_slot;uint32_t sequence;uint8_t priority;uint8_t universe;uint16_t spare[SHOWNET_SPARE_LENGTH];uint8_t dmx_data[SHOWNET_DMX_DATA_LENGTH];})