XBinder
Version 2.9.x
|
Run-time context structure. More...
#include <rtxContext.h>
Public Attributes | |
OSRTStack | containerEndIndexStack |
Stack of OSBufferIndex, representing pointers to the end of currently open containers having length determinants. More... | |
Run-time context structure.
This structure is a container structure that holds all working variables involved in encoding or decoding a message.
Definition at line 198 of file rtxContext.h.
OSRTStack OSCTXT::containerEndIndexStack |
Stack of OSBufferIndex, representing pointers to the end of currently open containers having length determinants.
Each OSBufferIndex represents the value of the buffer's byteIndex and bitOffset after the container has been decoded (i.e. the location of the first bit beyond the container). Used by 3GPP decoders.
Definition at line 227 of file rtxContext.h.