XBinder  Version 2.8.x
Public Attributes | List of all members
OSCTXT Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ containerEndIndexStack

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.


The documentation for this struct was generated from the following file: