| 1259 | } |
| 1260 | |
| 1261 | int64_t View::get_logic_lst_data_offset(){ |
| 1262 | int width = get_view_width(); |
| 1263 | assert(width > 0); |
| 1264 | |
| 1265 | return ceil((_session->get_logic_data_view_time() / _scale) - |
| 1266 | (width * MaxViewRate)); |
| 1267 | } |
| 1268 | |
| 1269 | void View::scroll_to_logic_last_data_time() |
| 1270 | { |
nothing calls this directly
no test coverage detected