MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / is_x20

Method is_x20

OpenHD/ohd_common/src/openhd_platform.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313bool OHDPlatform::is_x20() const {
314 return platform_type == X_PLATFORM_TYPE_ALWINNER_X20;
315}
316
317bool OHDPlatform::is_willy() const {
318 return platform_type == X_PLATFORM_TYPE_WILLY;

Callers 15

mainFunction · 0.80
stream_onceMethod · 0.80
get_all_settingsMethod · 0.80
create_defaultMethod · 0.80
OHDVideoAirMethod · 0.80
get_generic_settingsMethod · 0.80
create_defaultMethod · 0.80
toggle_secondary_ledFunction · 0.80
toggle_primary_ledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected