Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
fbf94d38
Commit
fbf94d38
authored
19 years ago
by
zwart
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 673
Added argument to define command (parameterset)
parent
7efb8607
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LCS/ACC/PLC/configure.in
+1
-0
1 addition, 0 deletions
LCS/ACC/PLC/configure.in
LCS/ACC/PLC/include/PLC/ProcessControl.h
+2
-1
2 additions, 1 deletion
LCS/ACC/PLC/include/PLC/ProcessControl.h
with
3 additions
and
1 deletion
LCS/ACC/PLC/configure.in
+
1
−
0
View file @
fbf94d38
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
LCS/ACC/PLC/include/PLC/ProcessControl.h
+
2
−
1
View file @
fbf94d38
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment