NAP
Public Attributes | List of all members
ArtNetInputComponent Class Reference

#include <artnetinputcomponent.h>

Public Attributes

uint8 mNet = 0
 Property: 'Net' the Net from which events should be received. More...
 
uint8 mSubNet = 0
 Property: 'SubNet' the SubNet from which events should be received. More...
 
uint8 mUniverse = 0
 Property: 'Universe' the Universe from which events should be received. More...
 
bool mReceiveAll = false
 Property: 'Receive All' when true, all events are forwarded. More...
 
- Public Attributes inherited from Object
std::string mID
 Property: 'mID' unique name of the object. Used as an identifier by the system. More...
 

Additional Inherited Members

- Public Member Functions inherited from Component
virtual void getDependentComponents (std::vector< rtti::TypeInfo > &components) const
 
virtual const rtti::TypeInfo getInstanceType () const =0
 
- Public Member Functions inherited from Resource
 Resource ()
 
- Public Member Functions inherited from Object
 Object ()
 
virtual ~Object ()
 
virtual bool init (utility::ErrorState &errorState)
 
virtual void onDestroy ()
 
 Object (Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 
- Static Public Member Functions inherited from Object
static bool isIDProperty (rtti::Instance &object, const rtti::Property &property)
 

Description

Resource part of the ArtNetInputComponent, receives ArtDmx packet events based on the net, subnet and universe. The Art-Net service forwards an event when the net, subnet and universe match with those in the ArtDmx packet. When Receive All is true, all events are forwarded.

Inheritance diagram for ArtNetInputComponent:
[legend]
Collaboration diagram for ArtNetInputComponent:
[legend]

Member Data Documentation

◆ mNet

uint8 mNet = 0

Property: 'Net' the Net from which events should be received.

◆ mReceiveAll

bool mReceiveAll = false

Property: 'Receive All' when true, all events are forwarded.

◆ mSubNet

uint8 mSubNet = 0

Property: 'SubNet' the SubNet from which events should be received.

◆ mUniverse

uint8 mUniverse = 0

Property: 'Universe' the Universe from which events should be received.