console::ERROR_Struct
Inherits from object
Public Functions
Name | |
---|---|
def | init(self self) |
def | clear(self self) |
def | clearitem(self self, i i) |
def | str(self self) |
def | add_error(self self, topic_name topic_name, data data) |
Public Attributes
Name | |
---|---|
node_name | |
line | |
msg | |
time | |
time_rcv |
Public Functions Documentation
function init
def __init__(
self self
)
function clear
def __clear__(
self self
)
function clearitem
def __clearitem__(
self self,
i i
)
function str
def __str__(
self self
)
function add_error
def add_error(
self self,
topic_name topic_name,
data data
)
Public Attributes Documentation
variable node_name
node_name;
variable line
line;
variable msg
msg;
variable time
time;
variable time_rcv
time_rcv;
Updated on 2022-09-15 at 17:51:28 +0000
Last update:
September 15, 2022