Skip to main content

Module env_table

Module env_table 

Source
Expand description

EPICS environment parameters — the Rust envData.c.

@generated by cargo run -p env-codegen -- --write from the vendored crates/epics-base-rs/envconfig/{envDefs.h,CONFIG_ENV,CONFIG_SITE_ENV}. DO NOT EDIT — edit the spec and regenerate. env-codegen --check fails on drift and runs as part of cargo nextest run -p env-codegen.

This module is the workspace’s ONLY declaration of an EPICS environment default. EnvParam cannot be constructed outside epics-libcom-rs, and none of its accessors take a default argument, so a caller has no way to introduce a second one.

Constants§

ENV_PARAM_LIST
C env_param_list[] (envDefs.h:87) — every parameter EPICS Base knows, in declaration order. epicsPrtEnvParams walks exactly this list.
EPICS_ABORT_ON_ASSERT
Compiled default: "NO".
EPICS_ALLOW_POSIX_THREAD_PRIORITY_SCHEDULING
Compiled default: "YES".
EPICS_BUILD_COMPILER_CLASS
Compiled default: the build that produced this binary (build_info::COMPILER_CLASS).
EPICS_BUILD_OS_CLASS
Compiled default: the build that produced this binary (build_info::OS_CLASS).
EPICS_BUILD_TARGET_ARCH
Compiled default: the build that produced this binary (build_info::TARGET_ARCH).
EPICS_CAS_AUTO_BEACON_ADDR_LIST
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_BEACON_ADDR_LIST
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_BEACON_PERIOD
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_BEACON_PORT
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_IGNORE_ADDR_LIST
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_INTF_ADDR_LIST
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CAS_SERVER_PORT
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CA_ADDR_LIST
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CA_AUTO_ADDR_LIST
Compiled default: "YES".
EPICS_CA_AUTO_ARRAY_BYTES
Compiled default: "YES".
EPICS_CA_BEACON_PERIOD
Compiled default: "15.0".
EPICS_CA_CONN_TMO
Compiled default: "30.0".
EPICS_CA_MAX_ARRAY_BYTES
Compiled default: "16384".
EPICS_CA_MAX_SEARCH_PERIOD
Compiled default: "300.0".
EPICS_CA_MCAST_TTL
Compiled default: "1".
EPICS_CA_NAME_SERVERS
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_CA_REPEATER_PORT
Compiled default: "5065".
EPICS_CA_SERVER_PORT
Compiled default: "5064".
EPICS_IOC_IGNORE_SERVERS
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_IOC_LOG_FILE_COMMAND
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_IOC_LOG_FILE_LIMIT
Compiled default: "1000000".
EPICS_IOC_LOG_FILE_NAME
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_IOC_LOG_INET
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_IOC_LOG_PORT
Compiled default: "7004".
EPICS_TS_NTP_INET
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
EPICS_TZ
Compiled default: "CST6CDT,M3.2.0/2,M11.1.0/2".
IOCSH_HISTEDIT_DISABLE
Compiled default: empty, so get() answers None (C envGetConfigParamPtr).
IOCSH_HISTSIZE
Compiled default: "50".
IOCSH_PS1
Compiled default: "\u{1b}[32;1mepics> \u{1b}[0m".