F´ Flight Software - C/C++ Documentation devel
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SimpleQueueRegistry.hpp File Reference

Class declaration for a simple queue registry. More...

Go to the source code of this file.

Detailed Description

Class declaration for a simple queue registry.

Author
T. Canham

The simple object registry is meant to give a default implementation and an example of a queue registry. When the registry is instantiated, it registers itself with the setQueueRegistry() static method. When queues in the system are instantiated, they will register themselves. The registry can then query the instances about their names, sizes, and high watermarks.

Definition in file SimpleQueueRegistry.hpp.