|
def | __init__ (self, description, sequence, units="percent", num_reps=1, period_s=1) |
|
def | all_ready (self, msg_names) |
|
def | check_initial_conditions (self) |
|
def | elapsed_time_s (self) |
|
def | get_msg (self, msg_name) |
|
def | is_ready (self, msg_name) |
|
def | mark_all_not_ready (self) |
|
def | mark_not_ready (self, msg_name) |
|
def | name (self) |
|
def | start (self, msgs) |
|
def | stop (self) |
|
def | test_name (self) |
|
def | tick (self, event) |
|
Definition at line 108 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.__init__ |
( |
|
self, |
|
|
|
description, |
|
|
|
sequence, |
|
|
|
units = "percent" , |
|
|
|
num_reps = 1 , |
|
|
|
period_s = 1 |
|
) |
| |
def log_performance_MM.CarSysTest.all_ready |
( |
|
self, |
|
|
|
msg_names |
|
) |
| |
def log_performance_MM.CarSysTest.check_initial_conditions |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.elapsed_time_s |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.get_msg |
( |
|
self, |
|
|
|
msg_name |
|
) |
| |
def log_performance_MM.CarSysTest.is_ready |
( |
|
self, |
|
|
|
msg_name |
|
) |
| |
def log_performance_MM.CarSysTest.mark_all_not_ready |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.mark_not_ready |
( |
|
self, |
|
|
|
msg_name |
|
) |
| |
def log_performance_MM.CarSysTest.name |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.start |
( |
|
self, |
|
|
|
msgs |
|
) |
| |
def log_performance_MM.CarSysTest.stop |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.test_name |
( |
|
self | ) |
|
def log_performance_MM.CarSysTest.tick |
( |
|
self, |
|
|
|
event |
|
) |
| |
log_performance_MM.CarSysTest.csv_file |
log_performance_MM.CarSysTest.csv_writer |
log_performance_MM.CarSysTest.description |
log_performance_MM.CarSysTest.done |
log_performance_MM.CarSysTest.idx |
log_performance_MM.CarSysTest.msgs |
log_performance_MM.CarSysTest.pedal_cmd |
log_performance_MM.CarSysTest.repeat_ct |
log_performance_MM.CarSysTest.repeats |
log_performance_MM.CarSysTest.sequence |
log_performance_MM.CarSysTest.start_time |
log_performance_MM.CarSysTest.test_num |
log_performance_MM.CarSysTest.units |
The documentation for this class was generated from the following file: