Skip to content
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 Sensor/Detector Registration to Infrastructure Ambassador #152

Merged
merged 44 commits into from
Aug 8, 2023

Commits on Jul 27, 2023

  1. Initial Commit

    Added DetectedObject and Sensor
    Updated Infrastructure Registration to include Sensors
    Added interact for both DetectedObject and Sensor registration
    Removed Infrastructure Time interface and moved functionality to Infrastructure Instance manager
    paulbourelly999 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    69a8ca8 View commit details
    Browse the repository at this point in the history
  2. Added logic to trigger sensor registration interactions

    replace List with ArrayList in method signature/ class members
    paulbourelly999 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2f201f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be88743 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d58ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    364fcae View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Moved non-interactions to mosiac lib objects

    Renamed Sensor to detector
    paulbourelly999 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c699981 View commit details
    Browse the repository at this point in the history
  2. Added unit test for DetectedObjectInteraction

    Moved unit tests for mosiac objects into object lib
    paulbourelly999 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d552372 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary setters from DetectedObject

    Added unit test for DetectedObject
    Fixed DetectionType label
    paulbourelly999 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b6811ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebeb5b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8337c64 View commit details
    Browse the repository at this point in the history
  6. Fix unit test

    paulbourelly999 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bbd2003 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c88de3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cec564 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a78b85 View commit details
    Browse the repository at this point in the history
  10. Adding Unit test coverage for onDetectedObjectInteraction and onTimeS…

    …yncMessage to
    
    InfrastructureInstanceManager
    paulbourelly999 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0dc36d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    70dbb62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beef07d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3bf45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7cf1b View commit details
    Browse the repository at this point in the history
  5. Added unit testing to InfrastructureMessageManager

    + Fixed stop call for Registration and Message Receiver
    paulbourelly999 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e0b789a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1b82d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bb37a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f94bf76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07799c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d347d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d0c6ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2c5463 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    0f9e37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb2676 View commit details
    Browse the repository at this point in the history
  3. Added Javadoc comments for InfrastructureMessageAmbassador

    Update log statements to not using string concatenation.
    paulbourelly999 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b444173 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483fc99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c9b453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c45a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0eaef9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90675be View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    522233f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ad177 View commit details
    Browse the repository at this point in the history
  3. Fixed pom.xml

    paulbourelly999 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cee7b84 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    cd0f635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0fe43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a837403 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Rework InfrastructureInstance API to expose typed methods to encode a…

    …nd send appropriate messages
    paulbourelly999 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d3276a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    99038aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66769eb View commit details
    Browse the repository at this point in the history