; v2.0.0 - 08/23/2022 - Created by Ben Thomas ; for ALive Local XC Score List Scoreboard Outputs ; ; Changelog: https://support.athletic.net/article/4wze73ponr-alive-xcscore-list-changelog ; ;;ResultsHeader ; This is sent once each time the scoreboard is updated with results. It ; is sent before any result lines are sent. ; Line codes: ; \00 No variable ; \01 eventName ; \02 eventNumber ; \03 roundNumber ; \04 heatNumber ; \05 eventRoundHeat \1a\00\01R\02 \1a\01%s\05 \1a\02%s\05 \1a\03%s\05 \1a\04%s\05 \1a\05%s\05 ;;Result ; This is sent once for each result line displayed on the scoreboard. ; Line codes: ; \00 No variable ; \01 Affiliation ; \02 Team Abbrev ; \03 Place ; \04 Points ; \05 Num Scorers ; \06 Num Max Scorers ; \07 Total Time ; \08 Avg Time ; \09 Gap ; \0a Place Change ; Register[0] is initialized with the index of the current result line and ; will range from 0 through PageSize - 1. \1b\01%s\05 \1b\02%s\05 \1b\03%s\05 \1b\04%s\05 \1b\05%s\05 \1b\06%s\05 \1b\07%s\05 \1b\08%s\05 \1b\09%s\05 \1b\0a%s\05 ;;ResultsTrailer ; This is sent once each time the scoreboard is updated with results. It ; is sent after all result lines are sent. ; Line codes are identical to the ResultsHeader line codes. \1a\00\03\04