static TaskContext * CreateFromFile(std::string filename)
Factory method: create a CORBA Proxy for an existing TaskContextServer.
static void DestroyOrb()
Invoke this method once to cleanup the orb.
static TaskContextProxy * CreateFromFile(std::string filename)
Factory method: create a CORBA Proxy for an existing TaskContextServer.
static TaskContext * Create(std::string name, bool is_ior=false)
Factory method: create a CORBA Proxy for an existing TaskContextServer.
static void DestroyOrb()
Invoke this method once to cleanup the orb.
The TaskContext is the C++ representation of an Orocos component.
static TaskContextProxy * Create(std::string name, bool is_ior=false)
Factory method: create a CORBA Proxy for an existing TaskContextServer.
static bool InitOrb(int argc, char *argv[], Seconds orb_timeout=0)
Invoke this method once to initialise the Orb which will run the task servers.