class

Context()

- Class representing a Context in ROS

Methods

function

shutdown() → {undefined}

Shutdown the context.
Source:
Returns:
Type undefined
function

tryShutdown() → {undefined}

Try to shutdown the context.
Source:
Returns:
Type undefined
function

(static) defaultContext() → {Context}

Get the global default Context object.
Source:
Returns:
- default Context
Type Context
function

(static) shutdownDefaultContext() → {undefined}

Shutdown the default context.
Source:
Returns:
Type undefined