Skip to content

console::subscriber_Thread

Inherits from Thread

Public Functions

Name
def init(self self, topic topic)
def run(self self)

Public Attributes

Name
topic
callback_echo
msg_eval

Public Functions Documentation

function init

def __init__(
    self self,
    topic topic
)

function run

def run(
    self self
)

Public Attributes Documentation

variable topic

topic;

variable callback_echo

callback_echo;

variable msg_eval

msg_eval;

Updated on 2022-09-15 at 17:51:28 +0000


Last update: September 15, 2022
Back to top