Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
acf7efcff2 | |||
d873d220dc |
@ -11,12 +11,8 @@ DOCUDIR = docs
|
|||||||
|
|
||||||
PCRE=1
|
PCRE=1
|
||||||
ASYN=1
|
ASYN=1
|
||||||
ifdef EPICSVERSION
|
-include ../src/CONFIG_STREAM
|
||||||
ifndef RECORDTYPES
|
-include src/CONFIG_STREAM
|
||||||
include src/CONFIG_STREAM
|
|
||||||
export RECORDTYPES BUSSES FORMATS
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
SOURCES += $(RECORDTYPES:%=src/dev%Stream.c)
|
SOURCES += $(RECORDTYPES:%=src/dev%Stream.c)
|
||||||
SOURCES += $(FORMATS:%=src/%Converter.cc)
|
SOURCES += $(FORMATS:%=src/%Converter.cc)
|
||||||
|
@ -919,14 +919,12 @@ evalIn()
|
|||||||
busUnlock();
|
busUnlock();
|
||||||
flags &= ~BusOwner;
|
flags &= ~BusOwner;
|
||||||
}
|
}
|
||||||
busReadRequest(pollPeriod, readTimeout,
|
return busReadRequest(pollPeriod, readTimeout,
|
||||||
expectedInput, true);
|
expectedInput, true);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
busReadRequest(replyTimeout, readTimeout,
|
return busReadRequest(replyTimeout, readTimeout,
|
||||||
expectedInput, false);
|
expectedInput, false);
|
||||||
// continue with readCallback() in another thread
|
// continue with readCallback() in another thread
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ssize_t StreamCore::
|
ssize_t StreamCore::
|
||||||
|
Reference in New Issue
Block a user