SPIN Framework
Public Member Functions

spin::spinServerContext Class Reference

A server-side spinContext for maintaining an instance of SPIN and updating all clients. More...

#include <spinServerContext.h>

Inheritance diagram for spin::spinServerContext:
spin::spinBaseContext

List of all members.

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 ()

Detailed Description

A server-side spinContext for maintaining an instance of SPIN and updating all clients.


Member Function Documentation

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)


The documentation for this class was generated from the following files: