You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am implementing support for total results after X stages for OResults and I have encountered a minor problem.
the XSD describing the MeOS online protocol looks like this:
<xsd:complexTypename="Input">
<xsd:annotation>
<xsd:documentation>
Input status.
</xsd:documentation>
</xsd:annotation>
<xsd:attributename="it"type="xsd:integer"use="required">
<xsd:annotation>
<xsd:documentation>
Input time, i.e. accumulated time of prevous races/legs/stages etc., in tenths of a second.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributename="tstat"type="xsd:integer"use="required">
<xsd:annotation>
<xsd:documentation>
Total status of the competitor after this race/leg/stage etc.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
If i understand it correctly, the tstat should be total status of the competitor after this race/leg/stage etc.
However the output from recent event contained records like this
It does not make sense for the competitor to have MP status stat 3 and total status OK tstat 1.
or to have status Unknows stat 0 (still running), but total status tstat 1 OK
more over, if results are send only for selected stage, the total status always shows <input it="0" tstat="1"/> for every competitor, even when the competitor has not finished yet
Hi, I am implementing support for total results after X stages for OResults and I have encountered a minor problem.
the XSD describing the MeOS online protocol looks like this:
If i understand it correctly, the
tstat
should be total status of the competitor after this race/leg/stage etc.However the output from recent event contained records like this
It does not make sense for the competitor to have MP status
stat
3 and total status OKtstat
1.or to have status Unknows
stat
0 (still running), but total statuststat
1 OKmore over, if results are send only for selected stage, the total status always shows
<input it="0" tstat="1"/>
for every competitor, even when the competitor has not finished yetIt would be grateful if you could clarify the implementation of total status in MOP
The text was updated successfully, but these errors were encountered: