control::Controller Class Reference
List of all members.
Public Member Functions |
| Controller (const std::string &modulePath, const std::list< std::string > &modules) |
void | LoadImage (const std::string &fn) |
void | LoadImage (int32_t id, const std::string &fn) |
void | SaveImage (int32_t id, const std::string &fn) |
void | Process (void) |
void | Shutdown (void) |
void | AddActor (int32_t id, std::string name) |
void | RemoveActor (int32_t id) |
void | AddLink (int32_t id, uint32_t slot, int32_t input_id) |
void | RequestParameters (int32_t id) |
void | RequestImage (int32_t id) |
void | SetParameters (int32_t id, spectral::Parameters *params) |
MessageQueue & | GetOutputQueue (void) |
Protected Member Functions |
virtual void * | MainLoop (void) |
The documentation for this class was generated from the following files: