ERIS CORE

◆ requestStartLZ4Message()

bool SvcSerialCommandInterface::requestStartLZ4Message ( )
inline

request to start a lz4 compressed message
starts the message and returns true if available returns false if busy

Returns
true
false

Definition at line 107 of file svcSerialCommandInterface.h.

107  {
108  if(is_streaming_file) return false;
109  if (Serial.availableForWrite() < 6000) return false;
110  startLZ4Message();
111  return true;
112  }

References is_streaming_file, and startLZ4Message().

Referenced by AudioDirector::getAudioStreamObjByName(), AppWren::isWrenResultOK(), AppWren::loadScript(), AppCQT::messageHandler(), SvcErisAudioParameterController::messageHandler(), messageHandler_GET_RAM1(), messageHandler_GET_RAM2(), SvcDataDictionary::printDictionary(), AppManager::printStats(), AudioDirector::printStats(), AppWren::rebootRequest(), AppCQT::render(), update(), and writeFn().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: