Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
1717ad02
Commit
1717ad02
authored
Dec 29, 2014
by
Maxime Perrotin
Browse files
Log event handler
parent
08934b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
1717ad02
...
...
@@ -195,6 +195,7 @@ class sdlHandler(QObject):
def
receive_tm
(
self
,
tm_name
):
''' Function called when a paramless TM is received '''
self
.
msc
.
emit
(
'in'
,
tm_name
)
self
.
log_area
.
addItem
(
'Received event "{}"'
.
format
(
tm_name
))
def
set_paramless_tc
(
self
):
''' Once the DLL is loaded set the buttons to send paramless TC '''
...
...
Write
Preview
Supports
Markdown
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