Public Member Functions | |
def | __init__ |
def | all_ready |
def | check_initial_conditions |
def | elapsed_time_s |
def | get_msg |
def | is_ready |
def | mark_all_not_ready |
def | mark_not_ready |
def | name |
def | start |
def | stop |
def | test_name |
def | tick |
Public Attributes | |
csv_file | |
csv_writer | |
description | |
done | |
idx | |
msgs | |
pedal_cmd | |
repeat_ct | |
repeats | |
sequence | |
start_time | |
test_num | |
units |
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 |
|||
) |
Definition at line 149 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.all_ready | ( | self, | |
msg_names | |||
) |
Definition at line 212 of file log_performance_MM.py.
Definition at line 110 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.elapsed_time_s | ( | self | ) |
Definition at line 218 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.get_msg | ( | self, | |
msg_name | |||
) |
Definition at line 188 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.is_ready | ( | self, | |
msg_name | |||
) |
Definition at line 203 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.mark_all_not_ready | ( | self | ) |
Definition at line 199 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.mark_not_ready | ( | self, | |
msg_name | |||
) |
Definition at line 192 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.name | ( | self | ) |
Definition at line 163 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.start | ( | self, | |
msgs | |||
) |
Definition at line 169 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.stop | ( | self | ) |
Definition at line 183 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.test_name | ( | self | ) |
Definition at line 166 of file log_performance_MM.py.
def log_performance_MM.CarSysTest.tick | ( | self, | |
event | |||
) |
Definition at line 129 of file log_performance_MM.py.
Definition at line 169 of file log_performance_MM.py.
Definition at line 169 of file log_performance_MM.py.
Definition at line 149 of file log_performance_MM.py.
Definition at line 149 of file log_performance_MM.py.
Definition at line 169 of file log_performance_MM.py.
Definition at line 169 of file log_performance_MM.py.
Reimplemented in log_performance_MM.ThrottleTest, and log_performance_MM.BrakeTest.
Definition at line 169 of file log_performance_MM.py.
Reimplemented in log_performance_MM.LeverTest, log_performance_MM.ThrottleTest, log_performance_MM.SteeringTest, and log_performance_MM.BrakeTest.
Definition at line 129 of file log_performance_MM.py.
Definition at line 149 of file log_performance_MM.py.
Definition at line 149 of file log_performance_MM.py.
Definition at line 169 of file log_performance_MM.py.
Definition at line 149 of file log_performance_MM.py.
Reimplemented in log_performance_MM.LeverTest, log_performance_MM.ThrottleTest, log_performance_MM.SteeringTest, and log_performance_MM.BrakeTest.
Definition at line 149 of file log_performance_MM.py.