ERIS CORE

◆ empty()

void SvcSerialCommandInterface::empty ( )
inline

zero out the transmit buffer and reset the write index

Definition at line 95 of file svcSerialCommandInterface.h.

95  {
96  memset(p_tx_Buffer,0,SERIAL_OUTPUT_BUFFER_SIZE);
97  index_tx_buffer = 0;
98  }

References index_tx_buffer, and p_tx_Buffer.

Referenced by messageHandler_LS(), sendLZ4Message(), startLZ4Message(), and streamTransmitHandler().

+ Here is the caller graph for this function: