|
def | __init__ (self, server, parent, idx, topic_name, topic_type) |
|
def | create_message_instance (self, node) |
|
def | message_callback (self, message) |
|
def | opcua_update_callback (self, parent) |
|
def | recursive_create_objects (self, topic_name, idx, parent) |
|
def | recursive_delete_items (self, item) |
|
def | update_value (self, topic_name, message) |
|
Definition at line 18 of file ros_topics.py.
def ros_topics.OpcUaROSTopic.__init__ |
( |
|
self, |
|
|
|
server, |
|
|
|
parent, |
|
|
|
idx, |
|
|
|
topic_name, |
|
|
|
topic_type |
|
) |
| |
def ros_topics.OpcUaROSTopic._recursive_create_items |
( |
|
self, |
|
|
|
parent, |
|
|
|
idx, |
|
|
|
topic_name, |
|
|
|
type_name, |
|
|
|
message, |
|
|
|
top_level = False |
|
) |
| |
|
private |
def ros_topics.OpcUaROSTopic.create_message_instance |
( |
|
self, |
|
|
|
node |
|
) |
| |
def ros_topics.OpcUaROSTopic.message_callback |
( |
|
self, |
|
|
|
message |
|
) |
| |
def ros_topics.OpcUaROSTopic.opcua_update_callback |
( |
|
self, |
|
|
|
parent |
|
) |
| |
def ros_topics.OpcUaROSTopic.recursive_create_objects |
( |
|
self, |
|
|
|
topic_name, |
|
|
|
idx, |
|
|
|
parent |
|
) |
| |
def ros_topics.OpcUaROSTopic.recursive_delete_items |
( |
|
self, |
|
|
|
item |
|
) |
| |
def ros_topics.OpcUaROSTopic.update_value |
( |
|
self, |
|
|
|
topic_name, |
|
|
|
message |
|
) |
| |
ros_topics.OpcUaROSTopic._nodes |
|
private |
ros_topics.OpcUaROSTopic._publisher |
|
private |
ros_topics.OpcUaROSTopic._subscriber |
|
private |
ros_topics.OpcUaROSTopic.idx |
ros_topics.OpcUaROSTopic.message_class |
ros_topics.OpcUaROSTopic.message_instance |
ros_topics.OpcUaROSTopic.name |
ros_topics.OpcUaROSTopic.parent |
ros_topics.OpcUaROSTopic.server |
ros_topics.OpcUaROSTopic.type_name |
The documentation for this class was generated from the following file: