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

Method subscribe

src/Repository/RepositoryDevice.cpp:38–41  ·  view source on GitHub ↗

* The client sends a subscribe message request to the backend * to start receive updates for a specific rundown, e.g: * * SUBSCRIBE rundown profile\r\n */

Source from the content-addressed store, hash-verified

36 * SUBSCRIBE rundown profile\r\n
37 */
38void RepositoryDevice::subscribe(const QString& rundown, const QString& profile)
39{
40 writeMessage(QString("SUBSCRIBE %1 %2").arg(rundown).arg(profile));
41}
42
43/*
44 * Parse incoming command, e.g:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected