NDDEM
Functions | Variables
Server.cpp File Reference
#include "Server.h"
#include "io.h"
#include "Texturing.h"

Functions

map< string, string > parse_url (string &url)
 
template<int d>
void runthread_MasterRender (Texturing< d > *T)
 Function to call Texturing::MasterRender() More...
 
int main (int argc, char *argv[])
 Starts the server and handles the dispatching of the various commands. Default port is 54321. More...
 

Variables

std::thread MasterRenderThread
 
std::mutex LockRender
 
bool blenderrender =false
 
Texturing< 3 > Texturing3
 
Texturing< 4 > Texturing4
 
Texturing< 5 > Texturing5
 
Texturing< 6 > Texturing6
 
Texturing< 7 > Texturing7
 
Texturing< 8 > Texturing8
 
Texturing< 9 > Texturing9
 
Texturing< 10 > Texturing10
 
int curd = -1