Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
478e6708
Commit
478e6708
authored
Dec 01, 2017
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xtt, satellite alarm list delete alarm fix
parent
697825c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
xtt/lib/xtt/src/xtt_ev.cpp
xtt/lib/xtt/src/xtt_ev.cpp
+0
-16
No files found.
xtt/lib/xtt/src/xtt_ev.cpp
View file @
478e6708
...
@@ -631,14 +631,6 @@ pwr_tStatus Ev::mh_ack_bc( mh_sAck *MsgP)
...
@@ -631,14 +631,6 @@ pwr_tStatus Ev::mh_ack_bc( mh_sAck *MsgP)
pwr_tStatus
Ev
::
mh_return_bc
(
mh_sReturn
*
MsgP
)
pwr_tStatus
Ev
::
mh_return_bc
(
mh_sReturn
*
MsgP
)
{
{
// Test
static
int
test
=
0
;
if
(
test
==
11
)
{
test
=
0
;
return
1
;
}
test
++
;
// End test
if
(
ev
->
eve_display_return
)
if
(
ev
->
eve_display_return
)
{
{
...
@@ -660,14 +652,6 @@ pwr_tStatus Ev::mh_return_bc( mh_sReturn *MsgP)
...
@@ -660,14 +652,6 @@ pwr_tStatus Ev::mh_return_bc( mh_sReturn *MsgP)
pwr_tStatus
Ev
::
mh_alarm_bc
(
mh_sMessage
*
MsgP
)
pwr_tStatus
Ev
::
mh_alarm_bc
(
mh_sMessage
*
MsgP
)
{
{
// Test
static
int
test
=
0
;
if
(
test
==
9
)
{
test
=
0
;
return
1
;
}
test
++
;
// End test
ev
->
eve
->
event_alarm
(
MsgP
);
ev
->
eve
->
event_alarm
(
MsgP
);
for
(
int
i
=
0
;
i
<
ev
->
seve_cnt
;
i
++
)
for
(
int
i
=
0
;
i
<
ev
->
seve_cnt
;
i
++
)
...
...
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