SPIN Framework
|
A server-side spinContext for maintaining an instance of SPIN and updating all clients. More...
#include <spinServerContext.h>
Public Member Functions | |
bool | start () |
void | debugPrint () |
void | addCommandLineOptions (osg::ArgumentParser *arguments) |
int | parseCommandLineOptions (osg::ArgumentParser *arguments) |
void | refreshSubscribers () |
void | startSyncThread () |
bool | shouldAutoClean () |
bool | applyHTTPMessage (std::string path, const Poco::Net::HTMLForm &form) |
unsigned short | getHttpPort () |
A server-side spinContext for maintaining an instance of SPIN and updating all clients.
bool spin::spinServerContext::shouldAutoClean | ( | ) | [inline] |
A flag that decides if user nodes should be automatically cleaned up (ie, their entire subgraph deleted) if they stop sending ping messages. This is set by the --disable-auto-cleanup argument.
void spin::spinServerContext::startSyncThread | ( | ) |
Starts the thread that sends synchronization timecode (syncThread)