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
15e1c392
Commit
15e1c392
authored
16 years ago
by
Martin Gels
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1005: Commented out the pause and the quit functions. Check this during SAS/MAC tests.
parent
6bc130bb
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
Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
+2
-1
2 additions, 1 deletion
Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
+3
-0
3 additions, 0 deletions
Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
with
5 additions
and
1 deletion
Appl/CEP/CS1/CS1_Storage/include/CS1_Storage/AHC_Storage.h
+
2
−
1
View file @
15e1c392
...
...
@@ -47,10 +47,11 @@ public:
// Destructor
~
AHC_Storage
();
/* todo: check this code during SAS/MAC tests
// Command to control the application processes.
tribool pause (const string& condition) ;
tribool quit ();
*/
protected:
// Copying is not allowed
...
...
This diff is collapsed.
Click to expand it.
Appl/CEP/CS1/CS1_Storage/src/AHC_Storage.cc
+
3
−
0
View file @
15e1c392
...
...
@@ -54,6 +54,7 @@ AHC_Storage::AHC_Storage(TinyApplicationHolder& AH, int noRuns)
AHC_Storage
::~
AHC_Storage
()
{};
/* todo: check this code during SAS/MAC tests
tribool AHC_Storage::pause (const string& )
{
LOG_TRACE_FLOW("Pause called");
...
...
@@ -106,5 +107,7 @@ tribool AHC_Storage::quit ()
LOG_TRACE_FLOW("Quit ready");
return true;
}
*/
}
}
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