Public Member Functions | |
def | __init__ |
def | cb |
def | original_topic_cb |
def | reset_subscriber |
def | test_no_subscribe |
def | test_subscribe |
Public Attributes | |
input_original_sub | |
output_original_pub | |
running | |
Static Public Attributes | |
input_msg = None | |
subscriber = None |
Definition at line 19 of file test_block.py.
def test_block.TestBlock.__init__ | ( | self, | |
args | |||
) |
Definition at line 23 of file test_block.py.
def test_block.TestBlock.cb | ( | self, | |
msg | |||
) |
Definition at line 49 of file test_block.py.
def test_block.TestBlock.original_topic_cb | ( | self, | |
msg | |||
) |
Definition at line 31 of file test_block.py.
def test_block.TestBlock.reset_subscriber | ( | self | ) |
Definition at line 35 of file test_block.py.
def test_block.TestBlock.test_no_subscribe | ( | self | ) |
Definition at line 52 of file test_block.py.
def test_block.TestBlock.test_subscribe | ( | self | ) |
Definition at line 42 of file test_block.py.
test_block.TestBlock::input_msg = None [static] |
Definition at line 20 of file test_block.py.
Definition at line 23 of file test_block.py.
Definition at line 23 of file test_block.py.
Definition at line 31 of file test_block.py.
test_block.TestBlock::subscriber = None [static] |
Definition at line 21 of file test_block.py.