some clang-tidy imorovements
This commit is contained in:
@@ -17,7 +17,7 @@ TmFunnel::TmFunnel(object_id_t objectId, uint32_t messageDepth)
|
||||
messageDepth, MessageQueueMessage::MAX_MESSAGE_SIZE);
|
||||
}
|
||||
|
||||
TmFunnel::~TmFunnel() {}
|
||||
TmFunnel::~TmFunnel() = default;
|
||||
|
||||
MessageQueueId_t TmFunnel::getReportReceptionQueue(uint8_t virtualChannel) {
|
||||
return tmQueue->getId();
|
||||
|
||||
Reference in New Issue
Block a user