This is Unofficial EPICS BASE Doxygen Site
MAC_HANDLE Struct Reference

Macro substitution context, for use by macLib routines only. More...

#include "macLib.h"

+ Collaboration diagram for MAC_HANDLE:

Public Attributes

long magic
 magic number (used for authentication) More...
 
int dirty
 values need expanding from raw values? More...
 
int level
 scoping level More...
 
int debug
 debugging level More...
 
ELLLIST list
 macro name / value list More...
 
int flags
 operating mode flags More...
 

Detailed Description

Macro substitution context, for use by macLib routines only.

An application may have multiple active contexts if desired.

Definition at line 42 of file macLib.h.

Member Data Documentation

int MAC_HANDLE::debug

debugging level

Definition at line 46 of file macLib.h.

int MAC_HANDLE::dirty

values need expanding from raw values?

Definition at line 44 of file macLib.h.

int MAC_HANDLE::flags

operating mode flags

Definition at line 48 of file macLib.h.

int MAC_HANDLE::level

scoping level

Definition at line 45 of file macLib.h.

ELLLIST MAC_HANDLE::list

macro name / value list

Definition at line 47 of file macLib.h.

long MAC_HANDLE::magic

magic number (used for authentication)

Definition at line 43 of file macLib.h.


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