|
def | is_active () |
|
def | connect (server_ip, port) |
|
def | get_comm_response_data_helper (data) |
|
def | cleanup () |
|
def | get_comm_response_data (comm_id_c) |
|
def | get_data_stream_info (comm_id_c) |
|
def | create_sender (workspace, types, meta, echo, alert, protocol) |
|
def | subscribe (receiver_id, sender_id) |
|
def | un_subscribe (receiver_id, sender_id) |
|
def | rm_stream (sender_id) |
|
def | vec_string_to_char_array (types) |
|
def | create_receiver (workspace, types, meta, echo, alert, protocol) |
|
def | connect_plugin () |
|
def | get_token () |
|
def | list_server_functions () |
|
def | describe_server_function (function) |
|
def | add_workspace (workspace) |
|
def | rm_workspace (workspace) |
|
def | list_workspaces () |
|
def | stream_info (stream_id) |
|
Client class
Definition at line 15 of file corelink_client.py.
◆ add_workspace()
def corelink_client.Client.add_workspace |
( |
|
workspace | ) |
|
|
static |
◆ cleanup()
def corelink_client.Client.cleanup |
( |
| ) |
|
|
static |
◆ connect()
def corelink_client.Client.connect |
( |
|
server_ip, |
|
|
|
port |
|
) |
| |
|
static |
◆ connect_plugin()
def corelink_client.Client.connect_plugin |
( |
| ) |
|
|
static |
◆ create_receiver()
def corelink_client.Client.create_receiver |
( |
|
workspace, |
|
|
|
types, |
|
|
|
meta, |
|
|
|
echo, |
|
|
|
alert, |
|
|
|
protocol |
|
) |
| |
|
static |
◆ create_sender()
def corelink_client.Client.create_sender |
( |
|
workspace, |
|
|
|
types, |
|
|
|
meta, |
|
|
|
echo, |
|
|
|
alert, |
|
|
|
protocol |
|
) |
| |
|
static |
◆ describe_server_function()
def corelink_client.Client.describe_server_function |
( |
|
function | ) |
|
|
static |
◆ get_comm_response_data()
def corelink_client.Client.get_comm_response_data |
( |
|
comm_id_c | ) |
|
|
static |
◆ get_comm_response_data_helper()
def corelink_client.Client.get_comm_response_data_helper |
( |
|
data | ) |
|
|
static |
◆ get_data_stream_info()
def corelink_client.Client.get_data_stream_info |
( |
|
comm_id_c | ) |
|
|
static |
◆ get_token()
def corelink_client.Client.get_token |
( |
| ) |
|
|
static |
◆ is_active()
def corelink_client.Client.is_active |
( |
| ) |
|
|
static |
◆ list_server_functions()
def corelink_client.Client.list_server_functions |
( |
| ) |
|
|
static |
◆ list_workspaces()
def corelink_client.Client.list_workspaces |
( |
| ) |
|
|
static |
◆ rm_stream()
def corelink_client.Client.rm_stream |
( |
|
sender_id | ) |
|
|
static |
◆ rm_workspace()
def corelink_client.Client.rm_workspace |
( |
|
workspace | ) |
|
|
static |
◆ stream_info()
def corelink_client.Client.stream_info |
( |
|
stream_id | ) |
|
|
static |
◆ subscribe()
def corelink_client.Client.subscribe |
( |
|
receiver_id, |
|
|
|
sender_id |
|
) |
| |
|
static |
◆ un_subscribe()
def corelink_client.Client.un_subscribe |
( |
|
receiver_id, |
|
|
|
sender_id |
|
) |
| |
|
static |
◆ vec_string_to_char_array()
def corelink_client.Client.vec_string_to_char_array |
( |
|
types | ) |
|
|
static |
The documentation for this class was generated from the following file: