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
2a220cda
Commit
2a220cda
authored
19 years ago
by
blaakmeer
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 366
APLCommon enums moved from protocol file to APL_Defines.h header file
parent
d6030c34
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/APL/_GSO/MACScheduler/configure.in
+1
-1
1 addition, 1 deletion
MAC/APL/_GSO/MACScheduler/configure.in
MAC/APL/_GSO/MACScheduler/src/MACScheduler.h
+2
-2
2 additions, 2 deletions
MAC/APL/_GSO/MACScheduler/src/MACScheduler.h
with
3 additions
and
3 deletions
MAC/APL/_GSO/MACScheduler/configure.in
+
1
−
1
View file @
2a220cda
...
...
@@ -5,7 +5,7 @@ AC_INIT
dnl AC_CONFIG_AUX_DIR(config)
dnl AM_CONFIG_HEADER(config/config.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(MACScheduler, 3.1)
AM_INIT_AUTOMAKE(MACScheduler, 3.1
, no-define
)
dnl
dnl Initialize for LOFAR (may set compilers)
...
...
This diff is collapsed.
Click to expand it.
MAC/APL/_GSO/MACScheduler/src/MACScheduler.h
+
2
−
2
View file @
2a220cda
...
...
@@ -143,8 +143,8 @@ namespace GSO
string
_getVInameFromPort
(
const
GCF
::
TM
::
GCFPortInterface
&
port
)
const
;
string
_getShareLocation
()
const
;
void
_handleSASprotocol
(
GCF
::
TM
::
GCFEvent
&
event
,
GCF
::
TM
::
GCFPortInterface
&
port
);
TSASResult
_LDtoSASresult
(
const
TLDResult
&
ldResult
);
TSASResult
_SDtoSASresult
(
const
TSDResult
&
sdResult
);
TSASResult
_LDtoSASresult
(
const
APLCommon
::
TLDResult
&
ldResult
);
TSASResult
_SDtoSASresult
(
const
APLCommon
::
TSDResult
&
sdResult
);
void
_convertRelativeTimes
(
boost
::
shared_ptr
<
ACC
::
APS
::
ParameterSet
>
ps
);
void
_convertRelativeTimesChild
(
string
child
,
boost
::
shared_ptr
<
ACC
::
APS
::
ParameterSet
>
ps
);
...
...
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