- parser succesfully parses sa payload

This commit is contained in:
Martin Willi
2005-11-14 17:29:22 +00:00
parent a14dffd1cc
commit 6c55be346a
6 changed files with 501 additions and 171 deletions
+2 -2
View File
@@ -174,11 +174,11 @@ enum encoding_type_e{
*
* When generating it must be changed from host to network order.
* The value is read from the associated data struct.
* The current write position is moved 32 bit forward afterwards.
* The current write position is moved 8 bit forward afterwards.
*
* When parsing it must be changed from network to host order.
* The value is written to the associated data struct.
* The current read pointer is moved 32 bit forward afterwards.
* The current read pointer is moved 8 bit forward afterwards.
*/
SPI_SIZE,
/**