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
Inorder to support reverse compatability it is required by standard to set RESERVED byte of goose frame to be set 0x80 when GoosePublisher_setSimulation is SET.
The goosepublisher.c should be updated with following changes.
In prepareGooseBuffer function under Reserved1 byte add following line :
self->reserved1_pos=bufPos;
The text was updated successfully, but these errors were encountered:
Inorder to support reverse compatability it is required by standard to set RESERVED byte of goose frame to be set 0x80 when GoosePublisher_setSimulation is SET.
The goosepublisher.c should be updated with following changes.
In prepareGooseBuffer function under Reserved1 byte add following line :
self->reserved1_pos=bufPos;
The text was updated successfully, but these errors were encountered: