Boron 2.1.0
UEnvParameters Struct Reference

The UEnvParameters struct allows the user to override default buffer and structure sizes. More...

#include <urlan.h>

Data Fields

const UDatatype ** dtTable
 Pointers to user defined datatypes.
 
void(* threadMethod )(UThread *, enum UThreadMethod)
 Function to handle initialization and cleanup of user data attached to threads.
 
uint16_t dtCount
 Number of entries in dtTable.
 
uint16_t atomLimit
 Maximum number of atoms.
 
uint32_t atomNamesSize
 Fixed byte size of atom name buffer.
 
uint32_t envSize
 Byte size of environment structure.
 
uint32_t threadSize
 Byte size of thread structure.
 
uint32_t user0
 A user defined parameter.
 

Detailed Description

The UEnvParameters struct allows the user to override default buffer and structure sizes.

This is initialized with the ur_envParam() or boron_envParam() functions.

Examples
boron_mini.c, and calculator.c.

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