Lumiverse  2.5
A framework for creating lighting control applications
Classes | Namespaces | Typedefs
Rig.h File Reference

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"
Include dependency graph for Rig.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

The Rig contains information about the state of the lighting system.