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

Method OscOutputModel

src/Core/Models/OscOutputModel.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "OscOutputModel.h"
2
3OscOutputModel::OscOutputModel(int id, const QString& name, const QString& address, int port, const QString& description)
4 : id(id), port(port), name(name), address(address), description(description)
5{
6}
7
8int OscOutputModel::getId() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected