|
Lumiverse
2.5
A framework for creating lighting control applications
|
The Rig contains information about the state of the lighting system. More...
#include <thread>#include <chrono>#include <iostream>#include <algorithm>#include <fstream>#include <sstream>#include <set>#include <functional>#include "LumiverseCoreConfig.h"#include "Patch.h"#include "DMX/DMXPatch.h"#include "Device.h"#include "Logger.h"#include "DeviceSet.h"#include "lib/libjson/libjson.h"#include "Simulation/ArnoldPatch.h"#include "Simulation/ArnoldAnimationPatch.h"#include "OscPatch.h"

Go to the source code of this file.
Classes | |
| class | Lumiverse::Rig |
| The Rig contains information about the state of the lighting system. More... | |
Namespaces | |
| Lumiverse | |
| Contains all core Lumiverse functions and variables. | |
Typedefs | |
| typedef function< Patch *(JSONNode &)> | Lumiverse::patchParseFunc |
The Rig contains information about the state of the lighting system.
1.8.10