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

Method OscThread

src/Osc/OscThread.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "OscThread.h"
2
3OscThread::OscThread(SocketReceiveMultiplexer* multiplexer, QObject* parent)
4 : QThread(parent),
5 multiplexer(multiplexer)
6{
7}
8
9void OscThread::run()
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected