F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
SimpleObjRegistry.hpp File Reference

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

#include <FpConfig.hpp>
#include <Fw/Obj/ObjBase.hpp>

Go to the source code of this file.

Detailed Description

Class declaration for a simple object registry.

Author
T. Canham

The simple object registry is meant to give a default implementation and an example of an object registry. When the registry is instantiated, it registers itself with the object base class static function setObjRegistry(). Objects then register with the instance as they are instantiated. The object registry can then list the objects in its registry.

Definition in file SimpleObjRegistry.hpp.