Skip to content
Snippets Groups Projects
Commit 329bb047 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

made reference test server work with application base.

parent 5706dde2
No related branches found
No related tags found
No related merge requests found
#include <DoocsAdapter.h>
// FIXME: The test application is header only. It should be a compiled object
// which is linked. No line of sourcecode required.
#include <ChimeraTK/ControlSystemAdapter/Testing/ReferenceTestApplication.h>
// Include all the control applications you want in this server
#include <ChimeraTK/ControlSystemAdapter/Testing/IndependentTestCore.h>
ReferenceTestApplication referenceTestApplication;
BEGIN_DOOCS_SERVER("ReferenceTest DOOCS server", 10)
// Create static instances for all applications cores. They must not have overlapping
// process variable names ("location/protery" must be unique).
static IndependentTestCore independentTestCore(doocsAdapter.getDevicePVManager());
END_DOOCS_SERVER()
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