_UaServer_TurboStack Struct Reference

The stack structure is allocated as one block containing the stack data. More...

#include <uaserver_turbostack.h>


Data Fields

OpcUa_UInt size
 max size of stack
OpcUa_UInt pos
 current size of stack
OpcUa_Void ** pData
 data of stack

Detailed Description

The stack structure is allocated as one block containing the stack data.

The pData member is set by TurboStack_Initialize to point directly behind the structure data. This way the list can be allocated/freed with one malloc/free.


The documentation for this struct was generated from the following file:
  • /home/gergap/work/unified/sdk_ansi_c/src/uaserver/uaserverc/tools/uaserver_turbostack.h