Some minor optimalizations and fixes to controller.
This commit is contained in:
parent
6d4fa4d1ef
commit
221cd15b07
8 changed files with 101 additions and 138 deletions
|
@ -6,6 +6,6 @@ namespace Controller {
|
|||
void UpdateProtocol(std::string protocol);
|
||||
|
||||
/// Checks current protocol configuration, updates state of enabled connectors if neccesary.
|
||||
void CheckProtocols(JSON::Value & p);
|
||||
void CheckProtocols(JSON::Value & p, JSON::Value & capabilities);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue