Added a new callback to m_client to recovery the connection on server
close. Not tested and not registerig the real universes, only universe 1.
This commit is contained in:
parent
dd544be8dc
commit
fc1eda5ae9
2 changed files with 38 additions and 14 deletions
|
|
@ -87,6 +87,8 @@ private:
|
|||
// typedef Callback2<void, const DMXMetadata&, const DmxBuffer&> ola::client::RepeatableDMXCallback
|
||||
void NewDmx(const ola::client::DMXMetadata &dmx_meta, const ola::DmxBuffer &buffer); // Callback from OlaCLient when there is new dmx info
|
||||
|
||||
void socketClosed();
|
||||
void init();
|
||||
public slots:
|
||||
|
||||
void stop(); // Close the connection with olad.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue