hardcoded decklink mode fix
This commit is contained in:
@@ -9,6 +9,7 @@ namespace dmf_engine {
|
||||
class NodeControlClient {
|
||||
public:
|
||||
bool send_command(uint16_t port, const std::string& json_cmd);
|
||||
std::string send_command_with_response(uint16_t port, const std::string& json_cmd);
|
||||
|
||||
void register_node(const std::string& node_id, uint16_t port);
|
||||
void unregister_node(const std::string& node_id);
|
||||
|
||||
Reference in New Issue
Block a user