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

Method is_file

DSView/pv/deviceagent.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 struct sr_dev_inst* inst();
65
66 inline bool is_file(){
67 return _dev_type == DEV_TYPE_FILELOG;
68 }
69
70 inline bool is_demo(){
71 return _dev_type == DEV_TYPE_DEMO;

Callers 5

set_deviceMethod · 0.45
action_start_captureMethod · 0.45
feed_in_dsoMethod · 0.45
OnMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected