EPICS Flashcards
1
Q
CAS
A
Channel Access Server
2
Q
Foo.h
Foo.cc
FooIL.h
What is FooIL?
A
Complex inline functions.
3
Q
CA
A
Channel Access
4
Q
How do you get the time from within an EPICS client?
A
#include "epicsTime.h" double time = epicsTime::getCurrent();