コード例 #1
0
bool HardwareInterfaceMW::configureHook() {
  configureHookInitVariables();

  if (test_mode_) {
    return true;
  } else {
    return configureHookInitHardware();
  }
}
コード例 #2
0
bool HardwareInterfaceMW::configureHook() {
  configureHookInitVariables();

  return configureHookInitHardware();
}