Donate Share

RoboCup Client Parser

File Release Notes and Changelog

Release Name: rccparser version 0.9 alpha

Notes:
Finished removing the need to cast in coach language.

Added some methods to init messages

Added `--enable-debug' option to configure script

Changes: [0.9a] Added std:: in places I had forgotten to add them. Thanks to Jose Cascalho for pointing out these were missing and there locations. Added access and modification methods to RCC_InitMsg. Thanks to Fredrik Heintz for pointing out these were missing and providing code for the missing access function. Reworked the coach language classes to avoid the need of casting. This has seen RCC_RegUnion renamed to RCC_RegMerged and the addition of a few new classes such as RCC_CondUnion, RCC_RegUnion. Here the Union in the name signifies a similarity with the c/c++ union construct, whereas previously union in RCC_RegUnion signified a joining of one or more regions. Added `--enable-debug' configure option and disabled it by default. This significantly reduces the size of the libraries.