This is Unofficial EPICS BASE Doxygen Site
envParam Struct Reference

A structure to hold a single environment parameter. More...

#include "envDefs.h"

Public Attributes

char * name
 Name of the parameter. More...
 
char * pdflt
 Default value. More...
 

Detailed Description

A structure to hold a single environment parameter.

Definition at line 41 of file envDefs.h.

Member Data Documentation

char* envParam::name

Name of the parameter.

Definition at line 42 of file envDefs.h.

char* envParam::pdflt

Default value.

Definition at line 43 of file envDefs.h.


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