MCPcopy Create free account
hub / github.com/CasparCG/client / connectDevice

Method connectDevice

src/Repository/RrupDevice.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void RrupDevice::connectDevice()
29{
30 if (this->connected)
31 return;
32
33 this->socket->connectToHost(this->address, this->port);
34
35 QTimer::singleShot(5000, this, SLOT(connectDevice()));
36}
37
38void RrupDevice::disconnectDevice()
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected