MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Namespaces | Functions
controller_storage.h File Reference
#include <string>
#include <mist/json.h>
#include <mist/config.h>
#include <mist/tinythread.h>

Go to the source code of this file.

Namespaces

 Controller
 Holds everything unique to the controller.
 

Functions

void Controller::handleMsg (void *err)
 Handles output of a Mist application, detecting and catching debug messages. More...
 
void Controller::Log (std::string kind, std::string message)
 Store and print a log message. More...
 
void Controller::writeConfig ()
 Writes the current config to shared memory to be used in other processes. More...
 
bool Controller::WriteFile (std::string Filename, std::string contents)
 Write contents to Filename. More...