EPICS Flashcards

1
Q

CAS

A

Channel Access Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Foo.h
Foo.cc
FooIL.h

What is FooIL?

A

Complex inline functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CA

A

Channel Access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you get the time from within an EPICS client?

A
#include "epicsTime.h"
double time = epicsTime::getCurrent();
How well did you know this?
1
Not at all
2
3
4
5
Perfectly