MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / loadName

Method loadName

core/src/deviceimpl.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void DeviceImpl::loadName()
153{
154 if(m_plugins.count()) {
155 m_displayName = m_plugins[0]->displayName();
156 m_displayParam = m_plugins[0]->displayParam();
157 } else {
158 m_displayName = "NO_PLUGIN";
159 }
160}
161
162void DeviceImpl::loadIcons()
163{

Callers

nothing calls this directly

Calls 3

countMethod · 0.45
displayNameMethod · 0.45
displayParamMethod · 0.45

Tested by

no test coverage detected