Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
252803d0
Commit
252803d0
authored
Jul 28, 2017
by
Maxime Perrotin
Browse files
Fix PeekPoke module to align to new DMT
parent
b832dcdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/peek-poke/peekpoke.py
View file @
252803d0
...
...
@@ -115,7 +115,7 @@ class Poll_taste_probe_console(threading.Thread):
def
ProcessTM
(
self
):
'''Parses the incoming Telemetry (Update_monitorings)'''
# For now, there's only one type of monitoring TM
if
self
.
messageReceivedType
!=
P
A
.
i_update_monitorings
:
if
self
.
messageReceivedType
!=
P
ythonController
.
i_update_monitorings
:
return
# Are we recording?
...
...
@@ -142,7 +142,7 @@ class Poll_taste_probe_console(threading.Thread):
# Actual TM handling:
var_monitorings
=
dataview_uniq_asn
.
TASTE_Monitoring_list
()
DV
.
SetDataFor_TASTE_Monitoring_list
(
var_monitorings
.
_ptr
,
self
.
_pMem
)
var_monitorings
.
SetData
(
self
.
_pMem
)
# for each one of the entries in the list
for
i
in
xrange
(
0
,
var_monitorings
.
GetLength
()):
monitoring
=
var_monitorings
[
i
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment