Get Ptr of the main buffer
| 140 | |
| 141 | // Get Ptr of the main buffer |
| 142 | inline void GetBuffer(void * & buffer) |
| 143 | { |
| 144 | buffer = fBuffers[MAIN]->fBuffer; |
| 145 | fBuffers[MAIN]->fFilled = 0; |
| 146 | } |
| 147 | |
| 148 | |
| 149 | // Copy content of the main buffer into the parameter |
nothing calls this directly
no outgoing calls
no test coverage detected