Lumiera
0.pre.03
»edit your freedom«
|
#include "vault/netnodefacade.hpp"
Interface to the vault layer (renderfarm node): Global access point for starting a server listening on a TCP port and accepting render tasks.
Possibly such a server could also use the Vault file/media access functions to provide a media data access service.
Definition at line 53 of file netnodefacade.hpp.
Static Public Member Functions | |
static lumiera::Subsys & | getDescriptor () |
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start and stop a node server accepting render / file jobs via network. More... | |
|
static |
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start and stop a node server accepting render / file jobs via network.
intended for use by main().
Definition at line 85 of file netnodefacade.cpp.