#include "renderserver.h"#include "api.h"#include "context.h"#include "paramset.h"#include "error.h"#include "include/asio.hpp"#include <fstream>#include <boost/thread/xtime.hpp>#include <boost/archive/text_oarchive.hpp>#include <boost/archive/text_iarchive.hpp>#include <boost/iostreams/filtering_stream.hpp>#include <boost/date_time/posix_time/posix_time.hpp>Go to the source code of this file.
Functions | |
| static void | printInfoThread () |
| static void | processCommandFilm (void(&f)(const string &, const ParamSet &), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(const string &, const ParamSet &), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(const string &), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(float, float, float), basic_istream< char > &stream) |
| static void | processCommand (void(&f)(float[16]), basic_istream< char > &stream) |
| static void printInfoThread | ( | ) | [static] |
Definition at line 103 of file renderserver.cpp.
References LUX_INFO, LUX_NOERROR, luxError, luxStatistics(), and cimg_library::cimg::sleep().
Referenced by lux::NetworkRenderServerThread::run().
| static void processCommand | ( | void(&)(float[16]) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 182 of file renderserver.cpp.
| static void processCommand | ( | void(&)(float, float, float) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 174 of file renderserver.cpp.
| static void processCommand | ( | void(&)(const string &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 168 of file renderserver.cpp.
| static void processCommand | ( | void(&)(const string &, const ParamSet &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 159 of file renderserver.cpp.
Referenced by lux::NetworkRenderServerThread::run().
| static void processCommandFilm | ( | void(&)(const string &, const ParamSet &) | f, | |
| basic_istream< char > & | stream | |||
| ) | [static] |
Definition at line 124 of file renderserver.cpp.
References lux::ParamSet::EraseBool(), LUX_ERROR, LUX_SYSTEM, and luxError.
Referenced by lux::NetworkRenderServerThread::run().
1.6.1