1
0
forked from fsfw/fsfw

Merge request check

This commit is contained in:
2020-01-16 19:07:53 +01:00
parent 9bdbc2c380
commit 1d1bb88a6f
10 changed files with 83 additions and 98 deletions

View File

@ -78,9 +78,8 @@ public:
virtual void printList() = 0;
};
/**
* @brief Documentation can be found in the class method declration.
*/
/*Documentation can be found in the class method declaration above.*/
template <typename T>
T* ObjectManagerIF::get( object_id_t id ) {
SystemObjectIF* temp = this->getSystemObject(id);