-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Description
I need subj for CCSDS AOS Space Data Link Protocol for generating the Frame Header Error Control
I am trying
const static uint16_t correct_rs_primitive_polynomial_shortened = 0x13;
size_t min_distance = 4;
correct_reed_solomon *rs = correct_reed_solomon_create(correct_rs_primitive_polynomial_shortened, 1, 1, min_distance);
uint8_t msg[6];
uint8_t msg_out[10];
correct_reed_solomon_encode(rs, msg, sizeof(msg), msg_out);and seems I am wrong )
Tell me please is it possible usage your library out of box for this task or we need make some patch?
Thx.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
