Skip to content

Create a FreeRTOS compliant Priority Queue #2

Description

@cjchanx

PQueue.hpp / PQueue.cpp

  • May need to have a specific type of object that it always takes, possibly a template class that simply wraps the template with the queue required data members (can refer to AvionicsSoftware/SimpleSectorStorage.hpp for an example)
  • Use a combination of a FreeRTOS Queue, a FreeRTOS Mutex (to protect access to the priority queue data structure) and the Embedded Template Library (ETL) Priority Queue (or a custom priority if you choose) to create it

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions