Skip to content

Commit

Permalink
add EPICS param md in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Aug 30, 2024
1 parent 8226fcc commit 1645f7d
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions docs/REAME.EPICSParam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@

```
EPICS_CA_ADDR_LIST
EPICS_CA_CONN_TMO
EPICS_CA_AUTO_ADDR_LIST
EPICS_CA_REPEATER_PORT
EPICS_CA_SERVER_PORT
EPICS_CA_MAX_ARRAY_BYTES
EPICS_CA_AUTO_ARRAY_BYTES
EPICS_CA_MAX_SEARCH_PERIOD
EPICS_CA_NAME_SERVERS
EPICS_CA_MCAST_TTL
EPICS_CAS_INTF_ADDR_LIST
EPICS_CAS_IGNORE_ADDR_LIST
EPICS_CAS_AUTO_BEACON_ADDR_LIST
EPICS_CAS_BEACON_ADDR_LIST
EPICS_CAS_SERVER_PORT
EPICS_CA_BEACON_PERIOD
EPICS_CAS_BEACON_PERIOD
EPICS_CAS_BEACON_PORT
EPICS_BUILD_COMPILER_CLASS
EPICS_BUILD_OS_CLASS
EPICS_BUILD_TARGET_ARCH
EPICS_TZ
EPICS_TS_NTP_INET
EPICS_IOC_IGNORE_SERVERS
EPICS_IOC_LOG_PORT
EPICS_IOC_LOG_INET
EPICS_IOC_LOG_FILE_LIMIT
EPICS_IOC_LOG_FILE_NAME
EPICS_IOC_LOG_FILE_COMMAND
IOCSH_PS1
IOCSH_HISTSIZE
IOCSH_HISTEDIT_DISABLE
```

Effective Client config from environment

```
EPICS_PVA_ADDR_LIST
EPICS_PVA_AUTO_ADDR_LIST
EPICS_PVA_BROADCAST_PORT
EPICS_PVA_CONN_TMO
EPICS_PVA_INTF_ADDR_LIST
EPICS_PVA_NAME_SERVERS
EPICS_PVA_SERVER_PORT
```
Effective Server config from environment

```
EPICS_PVAS_AUTO_BEACON_ADDR_LIST
EPICS_PVAS_BEACON_ADDR_LIST
EPICS_PVAS_BROADCAST_PORT
EPICS_PVAS_IGNORE_ADDR_LIST
EPICS_PVAS_INTF_ADDR_LIST
EPICS_PVAS_SERVER_PORT
```

0 comments on commit 1645f7d

Please sign in to comment.