-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for new ST2110-41 (Fast Metadata Framework, "fmd") standard. #951
Conversation
c6542ab
to
2cfae95
Compare
640df81
to
744b71e
Compare
Any logs from RX TX app as proof of working ? |
Running test: =========================================== Test passed in 17 seconds. =========================================== Test passed in 19 seconds. =========================================== Test passed in 19 seconds. =========================================== Test passed in 21 seconds. =========================================== Test passed in 780 seconds. =========================================== Test passed in 82 seconds. =========================================== Test passed in 139 seconds. =========================================== |
I checked manually the function: app_rx_fmd_read_thread() -> and rebuilt app_rx_fmd_handle_rtp() The function app_rx_fmd_handle_rtp() is to be extended with tests for RX as next step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally just small things nothign major
i don't see glaring guns
if you can add the header guards and the proper year / addnotation to the new files we should be fine
Please rebase to the newest branch to include CI fixes if you can |
3839a7a
to
fbb887e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
fbb887e
to
d402542
Compare
…t40). Both are functional and work according to st40 standard independently. The substitutes are: st40 -> st41, st2110-40 -> st2110-41, ancillary -> fast metadata (in comments, descriptions etc.), ancillary -> fastmetadata (in names of functions / variables, constants, files etc.), anc -> fmd, (with small and capital letters accordingly.)
… to the standard document about st2110-41 compiling. not tested at all
Add support for new ST2110-41 (Fast Metadata Framework) standard.
Add support for new ST2110-41 (Fast Metadata Framework, "fmd") standard.
As abbreviation in the code "fmd".
Support for st41 in /include/ directory.
Support for st41 in RxTxApp.
with added options in JSON file in RxTxApp (for RX and TX):
"fastmetadata": [
with options for TX:
"fastmetadata_data_item_type": 3648364,
"fastmetadata_k_bit": 1,
"fastmetadata_url": "test_abc.txt",
"fastmetadata_fps": "p59"