MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
controller_capabilities.h
Go to the documentation of this file.
1 #include <mist/json.h>
2 
3 namespace Controller {
5  void checkCapable(JSON::Value & capa);
6  void checkAvailProtocols();
7 }
void checkCapable(JSON::Value &capa)
Checks the capabilities of the system.
Definition: controller_capabilities.cpp:167
Holds everything unique to the controller.
Definition: controller_api.h:4
A JSON::Value is either a string or an integer, but may also be an object, array or null...
Definition: json.h:21
JSON::Value capabilities
Global storage of capabilities.
Definition: controller_capabilities.cpp:12
void checkAvailProtocols()
Aquire list of available protocols, storing in global &#39;capabilities&#39; JSON::Value. ...
Definition: controller_capabilities.cpp:17