Skip to content
Snippets Groups Projects
Commit 5b6b5831 authored by jfdenis's avatar jfdenis
Browse files

update

parent 8d813199
No related branches found
No related tags found
No related merge requests found
include $(EPICS_ENV_PATH)/module.Makefile
STARTUPS += startup/EMU.cmd
MISCS +=protocol/pmacVariables.proto
DOC = doc/README.md
OPIS += opi/
......
# Streams protocol file for the pmacStreams protocol
# Initial version NPR 04/2006
# use "streamReload" to reload this file without restarting the IOC
ExtraInput = Ignore;
ReadTimeout = 500;
OutTerminator = "";
InTerminator = ACK;
Separator = CR;
sendString
{
out "%(\$1)s" CR;
in "%s";
}
setVar
{
out "\$1=%i" CR;
in;
}
getVar
{
out "\$1" CR;
in "%i";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment