wmoo: properly deal with timeouts (e.g., stuck in HLT)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1334 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-06-12 15:13:24 +00:00
parent ff29f900ec
commit 6447c52355
2 changed files with 10 additions and 1 deletions

View File

@ -30,7 +30,8 @@ message WeathermonitorProtoMsg {
TRAP = 2;
OUTSIDE = 3;
DETECTED = 4;
UNKNOWN = 5;
TIMEOUT = 5;
UNKNOWN = 6;
}
required ResultType resulttype = 2;