ERIS CORE

◆ write()

size_t SvcSerialCommandInterface::write ( uint8_t  c)
inlineprotected

Definition at line 157 of file svcSerialCommandInterface.h.

157  {
159  if (index_tx_buffer == SERIAL_OUTPUT_BUFFER_SIZE-10){
160  p_tx_Buffer[index_tx_buffer++] = 0; //make sure the buffer is null terminated
162  }
163  return 1;
164  };

References index_tx_buffer, p_tx_Buffer, and txOverflowHandler().

+ Here is the call graph for this function: