dummy devices for hosted build, adaptions to run thermal controller unit test
This commit is contained in:
@ -10,6 +10,9 @@ class HouseKeepingMock : public SystemObject, public AcceptsHkPacketsIF {
|
||||
HouseKeepingMock();
|
||||
|
||||
virtual MessageQueueId_t getHkQueue() const;
|
||||
|
||||
private:
|
||||
MessageQueueIF *commandQueue = nullptr;
|
||||
};
|
||||
|
||||
#endif /*HOUSEKEEPINGMOCK_H_*/
|
||||
#endif /*HOUSEKEEPINGMOCK_H_*/
|
||||
|
Reference in New Issue
Block a user