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

Method get_ring_sample_count

DSView/pv/sigsession.cpp:2538–2550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2536 }
2537
2538 int64_t SigSession::get_ring_sample_count()
2539 {
2540 int mode = _device_agent.get_work_mode();
2541 if (mode == LOGIC){
2542 return _view_data->get_logic()->get_ring_sample_count();
2543 }
2544 else if (mode == DSO){
2545 return _view_data->get_dso()->get_ring_sample_count();
2546 }
2547 else{
2548 return _view_data->get_analog()->get_ring_sample_count();
2549 }
2550 }
2551
2552 void SigSession::update_lang_text()
2553 {

Callers 4

save_logicMethod · 0.45
meta_genMethod · 0.45
export_execMethod · 0.45

Calls 4

get_work_modeMethod · 0.80
get_logicMethod · 0.80
get_dsoMethod · 0.80
get_analogMethod · 0.80

Tested by

no test coverage detected