-
Notifications
You must be signed in to change notification settings - Fork 24
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
FC43 Frame Writer and Improvements #142
base: iware/review
Are you sure you want to change the base?
FC43 Frame Writer and Improvements #142
Commits on Feb 26, 2024
-
Merge remote-tracking branch 'origin/iware/review' into feature/fc43-…
…temp
Kay Grewe authored and Kay Grewe committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for e8efaa6 - Browse repository at this point
Copy the full SHA e8efaa6View commit details -
refactor(read_device_info_handler): change return type.
Kay Grewe authored and Kay Grewe committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f4c64f - Browse repository at this point
Copy the full SHA 5f4c64fView commit details -
refactor(get_reply): store the data returned by the handler, add todo!()
Kay Grewe authored and Kay Grewe committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 9bf03e8 - Browse repository at this point
Copy the full SHA 9bf03e8View commit details
Commits on Feb 27, 2024
-
refactor(response): add option arg to callback, change return type.
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 2324bde - Browse repository at this point
Copy the full SHA 2324bdeView commit details -
refactor(ServerDeviceInfo): add derived traits to struct.
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 232d8e2 - Browse repository at this point
Copy the full SHA 232d8e2View commit details -
refactor(response_message_count): comment out old code for now
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for a475ec9 - Browse repository at this point
Copy the full SHA a475ec9View commit details -
refactor(integration_tests): change response of integration tests.
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 38b8a8f - Browse repository at this point
Copy the full SHA 38b8a8fView commit details -
refactor(get_reply): do some calculations before passing the index on
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for cbfb469 - Browse repository at this point
Copy the full SHA cbfb469View commit details -
refactor(server): testing how to pass slices from functions...
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fedc5aa - Browse repository at this point
Copy the full SHA fedc5aaView commit details -
refactor(trait serialize): change the serialization of read device info
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 6d92494 - Browse repository at this point
Copy the full SHA 6d92494View commit details -
refactor(server): remove import and use the direct path of the enum.
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for babd8be - Browse repository at this point
Copy the full SHA babd8beView commit details -
chore(read device identification): rustfmt
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f4e62d - Browse repository at this point
Copy the full SHA 6f4e62dView commit details -
refactor(frame): add FrameRecords struct and change serialize trait.
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 274399f - Browse repository at this point
Copy the full SHA 274399fView commit details -
refactor(serialize trait): add recorder into serialize trait
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c144b3 - Browse repository at this point
Copy the full SHA 3c144b3View commit details -
refactor(serialize): pass none where no recorder is necessary
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for a5979ab - Browse repository at this point
Copy the full SHA a5979abView commit details -
chore(grammar): remove double "the" from doc comment
Kay Grewe authored and Kay Grewe committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d09fb2 - Browse repository at this point
Copy the full SHA 5d09fb2View commit details
Commits on Feb 28, 2024
-
tests(frame): fix the frame tests by adding the now necessary frame rec.
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5011f28 - Browse repository at this point
Copy the full SHA 5011f28View commit details -
refactor(frame_recorder): Improve the API of the FrameRecorder.
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fc31f5 - Browse repository at this point
Copy the full SHA 6fc31f5View commit details -
feat(RecorderError): add a new error type for the frame recorder
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b085f2 - Browse repository at this point
Copy the full SHA 8b085f2View commit details -
refactor(server_device_info): add read_device_code back into the struct
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b6c4e0 - Browse repository at this point
Copy the full SHA 5b6c4e0View commit details -
refactor(server_device_info): add read_device_code field.
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 69ea1b3 - Browse repository at this point
Copy the full SHA 69ea1b3View commit details -
refactor(serialize): change usage of FrameRecorder API
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b401bf - Browse repository at this point
Copy the full SHA 1b401bfView commit details -
refactor(server): temporary add field to returned dummy value.
Kay Grewe authored and Kay Grewe committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 823cbff - Browse repository at this point
Copy the full SHA 823cbffView commit details
Commits on May 22, 2024
-
refactor(handler): add current_object_id to ReadDeviceInfo struct
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 899355c - Browse repository at this point
Copy the full SHA 899355cView commit details -
refactor(serialize): object by object serialization for FC43
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 02ebb9a - Browse repository at this point
Copy the full SHA 02ebb9aView commit details -
feat(error): add frame record errors to the InternalError enum
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for c097976 - Browse repository at this point
Copy the full SHA c097976View commit details -
refactor(frame): get rid of the unwraps in the fill_record method
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 3df08a3 - Browse repository at this point
Copy the full SHA 3df08a3View commit details -
feat(frame): add handling of non-empty frame recorders before sending
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 488e085 - Browse repository at this point
Copy the full SHA 488e085View commit details -
refactor(request): remove unnecessary stuff from the way fc43 is handled
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 1cfe7b9 - Browse repository at this point
Copy the full SHA 1cfe7b9View commit details -
test(integration_tests): change the code that generates the response
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 76e5e1d - Browse repository at this point
Copy the full SHA 76e5e1dView commit details -
feat(ffi): add FrameRecorderNotEmpty conversion into InternalError
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 049e7ea - Browse repository at this point
Copy the full SHA 049e7eaView commit details -
refactor(message): make the FrameRecorder argument invisible.
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for d338561 - Browse repository at this point
Copy the full SHA d338561View commit details -
chore(read_device_ident): cargo fmt improvements
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for e6a817c - Browse repository at this point
Copy the full SHA e6a817cView commit details -
refactor(frame): remove unnecessary imports, unnecessary clone, run fmt
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c7b75f - Browse repository at this point
Copy the full SHA 9c7b75fView commit details -
refactor(serialize): remove unnecessary imports, make records invisible
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 084197c - Browse repository at this point
Copy the full SHA 084197cView commit details -
chore(traits): cargo fmt formatting applied
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e355c6 - Browse repository at this point
Copy the full SHA 7e355c6View commit details -
chore(frame): cargo fmt formatting applied
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for b26e1a4 - Browse repository at this point
Copy the full SHA b26e1a4View commit details -
refactor(error): remove unnecessary import, apply cargo formatting
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for edcfc09 - Browse repository at this point
Copy the full SHA edcfc09View commit details -
chore(request): apply cargo formatting
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 01196a8 - Browse repository at this point
Copy the full SHA 01196a8View commit details -
refactor(response): remove unnecessary imports, apply cargo formatting
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 342edb4 - Browse repository at this point
Copy the full SHA 342edb4View commit details -
chore(frame): apply cargo formatting
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for b032c00 - Browse repository at this point
Copy the full SHA b032c00View commit details -
chore(e2e_read_device): remove commented code, apply cargo formatting
Kay Grewe authored and Kay Grewe committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ec01f4 - Browse repository at this point
Copy the full SHA 0ec01f4View commit details