Make Object Manager a Singleton and Refactored Linux Error Printing #424

Merged
gaisser merged 20 commits from KSat/fsfw:mueller/master into development 2021-06-08 15:01:00 +02:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 0157681471 - Show all commits

View File

@ -68,12 +68,6 @@ private:
static ObjectManager* objManagerInstance;
};
/**
* @brief This is the forward declaration of the global objectManager instance.
*/
// SHOULDDO: maybe put this in the glob namespace to explicitely mark it global?
//extern ObjectManagerIF *objectManager;
/*Documentation can be found in the class method declaration above.*/
template <typename T>
T* ObjectManager::get( object_id_t id ) {