Data Fields | |
| uint32_t | in_begin |
| offset within the SGCN buffer of the input buffer start | |
| uint32_t | in_end |
| offset within the SGCN buffer of the input buffer end | |
| uint32_t | in_rdptr |
| offset within the SGCN buffer of the input buffer read pointer | |
| uint32_t | in_wrptr |
| offset within the SGCN buffer of the input buffer write pointer | |
| char | magic [4] |
| hard-wired to "CON" | |
| uint32_t | out_begin |
| offset within the SGCN buffer of the output buffer start | |
| uint32_t | out_end |
| offset within the SGCN buffer of the output buffer end | |
| uint32_t | out_rdptr |
| offset within the SGCN buffer of the output buffer read pointer | |
| uint32_t | out_wrptr |
| offset within the SGCN buffer of the output buffer write pointer | |
| char | unused [24] |
| we don't need this | |
It is placed at the very beginning of the SGCN buffer.
Definition at line 65 of file sgcn.c.
1.4.7