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.epicsPrtEnvParamswalks 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()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ BEACON_ ADDR_ LIST - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ BEACON_ PERIOD - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ BEACON_ PORT - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ IGNORE_ ADDR_ LIST - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ INTF_ ADDR_ LIST - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CAS_ SERVER_ PORT - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
CA_ ADDR_ LIST - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - 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()answersNone(CenvGetConfigParamPtr). - EPICS_
CA_ REPEATER_ PORT - Compiled default:
"5065". - EPICS_
CA_ SERVER_ PORT - Compiled default:
"5064". - EPICS_
IOC_ IGNORE_ SERVERS - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
IOC_ LOG_ FILE_ COMMAND - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
IOC_ LOG_ FILE_ LIMIT - Compiled default:
"1000000". - EPICS_
IOC_ LOG_ FILE_ NAME - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
IOC_ LOG_ INET - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
IOC_ LOG_ PORT - Compiled default:
"7004". - EPICS_
TS_ NTP_ INET - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - EPICS_
TZ - Compiled default:
"CST6CDT,M3.2.0/2,M11.1.0/2". - IOCSH_
HISTEDIT_ DISABLE - Compiled default: empty, so
get()answersNone(CenvGetConfigParamPtr). - IOCSH_
HISTSIZE - Compiled default:
"50". - IOCSH_
PS1 - Compiled default:
"\u{1b}[32;1mepics> \u{1b}[0m".