|
def | __init__ (self, args) |
|
def | address_string (self) |
|
def | do_GET (self) |
|
def | handle_ROS (self, path, qdict) |
|
def | log_message (self, format, args) |
|
def | send_failure (self, buf="{}", callback=None) |
|
def | send_forbidden (self, buf="{}", callback=None) |
|
def | send_success (self, buf="{}", callback=None) |
|
def | subscribe (self, topic) |
|
|
def | _connect_to (self, netloc, soc) |
|
def | _do_GET_topic (self, topics, since, nowait=False, callback=None) |
|
def | _get_messages (self, rwttopics, since, nowait=False) |
|
def | _read_write (self, soc, max_idling=20) |
|
def | _send_responsepage (self, retcode=200, buf="{}", callback=None) |
|
Definition at line 277 of file rosweb.py.
def rosweb.ROSWebHandler.__init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def rosweb.ROSWebHandler._connect_to |
( |
|
self, |
|
|
|
netloc, |
|
|
|
soc |
|
) |
| |
|
private |
def rosweb.ROSWebHandler._do_GET_topic |
( |
|
self, |
|
|
|
topics, |
|
|
|
since, |
|
|
|
nowait = False , |
|
|
|
callback = None |
|
) |
| |
|
private |
def rosweb.ROSWebHandler._get_messages |
( |
|
self, |
|
|
|
rwttopics, |
|
|
|
since, |
|
|
|
nowait = False |
|
) |
| |
|
private |
def rosweb.ROSWebHandler._read_write |
( |
|
self, |
|
|
|
soc, |
|
|
|
max_idling = 20 |
|
) |
| |
|
private |
def rosweb.ROSWebHandler._send_responsepage |
( |
|
self, |
|
|
|
retcode = 200 , |
|
|
|
buf = "{}" , |
|
|
|
callback = None |
|
) |
| |
|
private |
def rosweb.ROSWebHandler.address_string |
( |
|
self | ) |
|
def rosweb.ROSWebHandler.do_GET |
( |
|
self | ) |
|
def rosweb.ROSWebHandler.handle_ROS |
( |
|
self, |
|
|
|
path, |
|
|
|
qdict |
|
) |
| |
def rosweb.ROSWebHandler.log_message |
( |
|
self, |
|
|
|
format, |
|
|
|
args |
|
) |
| |
def rosweb.ROSWebHandler.send_failure |
( |
|
self, |
|
|
|
buf = "{}" , |
|
|
|
callback = None |
|
) |
| |
def rosweb.ROSWebHandler.send_forbidden |
( |
|
self, |
|
|
|
buf = "{}" , |
|
|
|
callback = None |
|
) |
| |
def rosweb.ROSWebHandler.send_success |
( |
|
self, |
|
|
|
buf = "{}" , |
|
|
|
callback = None |
|
) |
| |
def rosweb.ROSWebHandler.subscribe |
( |
|
self, |
|
|
|
topic |
|
) |
| |
rosweb.ROSWebHandler.do_OPTIONS = do_GET |
|
static |
rosweb.ROSWebHandler.do_POST = do_GET |
|
static |
rosweb.ROSWebHandler.failed_topics |
The documentation for this class was generated from the following file: