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
I noticed while implementing parsing for ais8_367_33, which is remarkably similar, that the switch statement in ais8_1_26_append_pydict only calls ais8_1_26_append_pydict_sensor_hdr for a couple of the cases (SENSOR_LOCATION, SENSOR_STATION), but not for any of the others. Since I don't have the message standard, I don't know whether this is an oversight or not.
From the similarity with ais8_367_33 I suspect that all of these cases should call that routine.
The text was updated successfully, but these errors were encountered:
I noticed while implementing parsing for ais8_367_33, which is remarkably similar, that the switch statement in ais8_1_26_append_pydict only calls ais8_1_26_append_pydict_sensor_hdr for a couple of the cases (SENSOR_LOCATION, SENSOR_STATION), but not for any of the others. Since I don't have the message standard, I don't know whether this is an oversight or not.
From the similarity with ais8_367_33 I suspect that all of these cases should call that routine.
The text was updated successfully, but these errors were encountered: