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

Method is_qcs405

OpenHD/ohd_common/src/openhd_platform.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337bool OHDPlatform::is_rock5_a_b() const { return is_rock5_a() || is_rock5_b(); }
338
339bool OHDPlatform::is_qcs405() const {
340 return platform_type == X_PLATFORM_TYPE_QUALCOMM_QCS405;
341}
342
343bool OHDPlatform::is_qrb5165() const {
344 return platform_type == X_PLATFORM_TYPE_QUALCOMM_QRB5165;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected