rework message syntax to conform to latest decisions

needs a bigger rework, since READREPLY and EVENTREPLY are now different....
Also the format of the error-reply got changed :(

Change-Id: I1760743238227730ee49aaf92b54e0ff5f25423b
Reviewed-on: https://forge.frm2.tum.de/review/20246
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
Enrico Faulhaber
2019-03-27 15:29:19 +01:00
parent 94619723a9
commit 94959f2e9b
9 changed files with 107 additions and 101 deletions

View File

@ -26,14 +26,14 @@ from __future__ import division, print_function
import sys
import time
from secop.datatypes import EnumType, FloatRange, StringType, TupleOf, \
get_datatype
from secop.datatypes import EnumType, FloatRange, \
StringType, TupleOf, get_datatype
from secop.errors import ConfigError, ProgrammingError
from secop.lib import formatException, formatExtendedStack, mkthread, \
unset_value
from secop.lib import formatException, \
formatExtendedStack, mkthread, unset_value
from secop.lib.enum import Enum
from secop.metaclass import ModuleMeta, add_metaclass
from secop.params import Command, Override, Parameter, PREDEFINED_ACCESSIBLES
from secop.params import PREDEFINED_ACCESSIBLES, Command, Override, Parameter
# XXX: connect with 'protocol'-Modules.
# Idea: every Module defined herein is also a 'protocol'-Module,