Skip to content
Snippets Groups Projects
Commit fbf94d38 authored by zwart's avatar zwart
Browse files

BugID: 673

Added argument to define command (parameterset)
parent 7efb8607
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ lofar_GENERAL
lofar_INTERNAL(LCS/Common,Common,,1,Common/LofarTypedefs.h,,)
lofar_INTERNAL(LCS/Blob,Blob,,1,Blob/BlobHeader.h,,)
lofar_INTERNAL(LCS/Transport,Transport,,1,Transport/TransportHolder.h,,)
lofar_INTERNAL(LCS/ACC/APS,APS,,1,APS/ParameterSet.h,,)
lofar_EXTERNAL(boost,1,boost/logic/tribool.hpp,"")
dnl
......
......@@ -31,6 +31,7 @@
//# Never #include <config.h> or #include <lofar_config.h> in a header file!
//# Includes
#include <PLC/DH_ProcControl.h>
#include <APS/ParameterSet.h>
#include <boost/logic/tribool.hpp>
using boost::logic::tribool;
......@@ -67,7 +68,7 @@ public:
// ParameterSet it received during start-up. When everthing seems ok the
// process constructs the communication channels for exchanging data
// with the other processes. The connection are NOT made in the stage.
virtual tribool define () = 0;
virtual tribool define (APS::ParameterSet ps = APS::ParameterSet()) = 0;
// When a process receives an \c init command it allocates the buffers it
// needs an makes the connections with the other processes. When the
......
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