@@ -6,6 +6,7 @@ export EPICS_CAS_INTF_ADDR_LIST=127.0.0.1
|
||||
export EPICS_CA_ADDR_LIST=127.0.0.1
|
||||
export EPICS_CA_REPEATER_PORT=5065
|
||||
export EPICS_CA_SERVER_PORT=5064
|
||||
export EPICS_CA_BEACON_PERIOD=1
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
export IOCDIR=$(pwd)
|
||||
|
||||
@@ -85,7 +85,6 @@ class IocProcess {
|
||||
};
|
||||
|
||||
int main() {
|
||||
SEVCHK(ca_context_create(ca_enable_preemptive_callback), NULL);
|
||||
using clock = std::chrono::steady_clock;
|
||||
|
||||
// Client setting for local testing
|
||||
|
||||
Reference in New Issue
Block a user