23 #ifndef PINGPONGBUFFER_H_ 24 #define PINGPONGBUFFER_H_ 73 uint8_t *pBuffer1, uint8_t *pBuffer2);
uint8_t * pTransmitBuffer
*pTransmitBuffer is a pointer to the buffer that can be read from.
Definition: CAPT_PingPongBuffer.h:50
uint8_t * pEditBuffer
*pEditBuffer is a pointer to the buffer that can be written to.
Definition: CAPT_PingPongBuffer.h:45
Definition: CAPT_PingPongBuffer.h:40
bool CAPT_initPingPongBuffer(tPingPongBuffer *PPBuffer, uint8_t *pBuffer1, uint8_t *pBuffer2)
bool CAPT_togglePingPongBuffer(tPingPongBuffer *PPBuffer)
This functions swaps the edit buffer with the transmit buffer.