-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Some RTCM messages have repeating parameter blocks, how many is dependent on the number of satellites. The parameter block definition is identical for each satellite, for example message type 1001 has a fixed length header and variable length section dependent on number satellites.
There is a keyword "REPEAT" defined which captures how many bits for the number of satellites field in the fixed length header of the message.
I dont see how to define the repeating block of per satellite data in the .RTCM3 message file and the commit message says message definitions are incomplete, which includes 1001. 1001.rtcm3 file only defines the fixed length header portion.
It appears the code is not done for managing variable length message, am I missing something?