~bhill/epics-base:pvAccess-envDefs.h

Last commit made on 2019-04-03
Get this branch:
git clone -b pvAccess-envDefs.h https://git.launchpad.net/~bhill/epics-base
Only Bruce Hill can upload to this branch. If you are Bruce Hill please log in for upload directions.

Branch merges

Branch information

Name:
pvAccess-envDefs.h
Repository:
lp:~bhill/epics-base

Recent commits

688a339... by Bruce Hill

Added envFindConfigParam() function so clients can find ENV_PARAM instances.

f6b12f8... by Bruce Hill

Replaced defaults w/ empty for EPICS_PVAS_* env vars that default to their EPICS_PVA_* equivalent.

Allows code such as the following from rsrc/caservertask.c to work for EPICS_PVA_* environment parameters.
    if ( envGetConfigParamPtr ( &EPICS_CAS_SERVER_PORT ) ) {
        ca_server_port = envGetInetPortConfigParam ( &EPICS_CAS_SERVER_PORT, (unsigned short) CA_SERVER_PORT );
    }
    else {
        ca_server_port = envGetInetPortConfigParam ( &EPICS_CA_SERVER_PORT, (unsigned short) CA_SERVER_PORT );
    }

6e96884... by Bruce Hill

Added pvAccess environment variable defaults to CONFIG_ENV.

78addcc... by Bruce Hill

Adding pvAccess env variables to envDefs.h

301ded2... by Andrew Johnson

Fix detail in Release Checklist

d3927de... by Andrew Johnson

Update version to -rc1-DEV after tagging.

b80ce48... by Andrew Johnson

Set version to 7.0.2-rc1

924c1a2... by Andrew Johnson

Documentation updates before 7.0.2-rc1

6fb98c0... by Andrew Johnson

Last attempt with the netget test before I disable it

7bd55cb... by Andrew Johnson

Protect IOC.pm against <PIPE> errors

These can happen if the IOC dies prematurely.