Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
96747bd4
Commit
96747bd4
authored
Mar 22, 2016
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
988e5561
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/backends/ocarina-backends-vxworks653_conf-schedule.adb
src/backends/ocarina-backends-vxworks653_conf-schedule.adb
+3
-6
No files found.
src/backends/ocarina-backends-vxworks653_conf-schedule.adb
View file @
96747bd4
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--
Copyright (C) 2015 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -200,17 +200,14 @@ package body Ocarina.Backends.Vxworks653_Conf.Schedule is
Append_Node_To_List
(
Schedule_Node
,
XTN
.
Subitems
(
Schedules_Node
));
for
J
in
Module_Schedule
'
Range
loop
Partition_Window_Node
:=
Make_XML_Node
(
"PartitionWindow"
);
Append_Node_To_List
(
Partition_Window_Node
,
XTN
.
Subitems
(
Schedule_Node
));
--
-- For now, we assume the partition duration
-- is in milliseconds.
--
-- We assume the partition duration is in milliseconds
Partition_Duration
:=
(
Long_Double
(
To_Nanoseconds
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment