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:
santi 2014-08-18 15:52:18 +02:00
parent dd544be8dc
commit fc1eda5ae9
2 changed files with 38 additions and 14 deletions

View file

@ -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.