MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_logic_lst_data_offset

Method get_logic_lst_data_offset

DSView/pv/view/view.cpp:1261–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261int64_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
1269void View::scroll_to_logic_last_data_time()
1270{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected