|
def | __init__ (self, *args) |
|
def | clear (self, expect_new_names=True) |
|
def | compare_full_msg (self, expected, full_msg) |
|
def | compare_optimized_msgs (self, expected, names_msg, values_msg) |
|
def | evaluate_msgs (self, expected, registry) |
|
def | full_msg_cb (self, msg) |
|
def | names_msg_cb (self, msg) |
|
def | test_basic (self) |
|
def | test_list_data (self) |
|
def | test_map_data (self) |
|
def | test_publish (self) |
|
def | test_registration_list (self) |
|
def | values_msg_cb (self, msg) |
|
def | wait_for_msg (self, timeout=2.0) |
|
Definition at line 12 of file test_pal_statistics.py.
◆ __init__()
def test_pal_statistics.TestPalStatistics.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ clear()
def test_pal_statistics.TestPalStatistics.clear |
( |
|
self, |
|
|
|
expect_new_names = True |
|
) |
| |
◆ compare_full_msg()
def test_pal_statistics.TestPalStatistics.compare_full_msg |
( |
|
self, |
|
|
|
expected, |
|
|
|
full_msg |
|
) |
| |
◆ compare_optimized_msgs()
def test_pal_statistics.TestPalStatistics.compare_optimized_msgs |
( |
|
self, |
|
|
|
expected, |
|
|
|
names_msg, |
|
|
|
values_msg |
|
) |
| |
◆ evaluate_msgs()
def test_pal_statistics.TestPalStatistics.evaluate_msgs |
( |
|
self, |
|
|
|
expected, |
|
|
|
registry |
|
) |
| |
◆ full_msg_cb()
def test_pal_statistics.TestPalStatistics.full_msg_cb |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ names_msg_cb()
def test_pal_statistics.TestPalStatistics.names_msg_cb |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ test_basic()
def test_pal_statistics.TestPalStatistics.test_basic |
( |
|
self | ) |
|
◆ test_list_data()
def test_pal_statistics.TestPalStatistics.test_list_data |
( |
|
self | ) |
|
◆ test_map_data()
def test_pal_statistics.TestPalStatistics.test_map_data |
( |
|
self | ) |
|
◆ test_publish()
def test_pal_statistics.TestPalStatistics.test_publish |
( |
|
self | ) |
|
◆ test_registration_list()
def test_pal_statistics.TestPalStatistics.test_registration_list |
( |
|
self | ) |
|
◆ values_msg_cb()
def test_pal_statistics.TestPalStatistics.values_msg_cb |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ wait_for_msg()
def test_pal_statistics.TestPalStatistics.wait_for_msg |
( |
|
self, |
|
|
|
timeout = 2.0 |
|
) |
| |
◆ last_full_msg
test_pal_statistics.TestPalStatistics.last_full_msg |
◆ last_names_msg
test_pal_statistics.TestPalStatistics.last_names_msg |
◆ last_values_msg
test_pal_statistics.TestPalStatistics.last_values_msg |
The documentation for this class was generated from the following file: