console::Topic_Struct
Inherits from object
Public Functions
| Name | |
|---|---|
| def | init(self self) | 
| def | str(self self) | 
| def | add_value(self self, topic_name topic_name, data data) | 
| def | del_value(self self, topic_name topic_name) | 
| def | data_topic(self self, topic_name topic_name) | 
| def | count(self self, topic_name topic_name) | 
| def | str_list(self self) | 
Public Attributes
| Name | |
|---|---|
| time_rcv | |
| topics | |
| topics_data | 
Public Functions Documentation
function init
def __init__(
    self self
)
function str
def __str__(
    self self
)
function add_value
def add_value(
    self self,
    topic_name topic_name,
    data data
)
function del_value
def del_value(
    self self,
    topic_name topic_name
)
function data_topic
def data_topic(
    self self,
    topic_name topic_name
)
function count
def count(
    self self,
    topic_name topic_name
)
function str_list
def str_list(
    self self
)
Public Attributes Documentation
variable time_rcv
time_rcv;
variable topics
topics;
variable topics_data
topics_data;
Updated on 2022-09-15 at 17:51:28 +0000
  
    
      Last update:
      September 15, 2022