update for new FSFW code
This commit is contained in:
@ -203,9 +203,9 @@ ReturnValue_t CCSDSHandler::getParameter(uint8_t domainId, uint8_t uniqueIdentif
|
||||
return returnvalue::OK;
|
||||
}
|
||||
|
||||
uint16_t CCSDSHandler::getIdentifier() { return 0; }
|
||||
uint32_t CCSDSHandler::getIdentifier() const { return 0; }
|
||||
|
||||
MessageQueueId_t CCSDSHandler::getRequestQueue() {
|
||||
MessageQueueId_t CCSDSHandler::getRequestQueue() const {
|
||||
// Forward packets directly to TC distributor
|
||||
return tcDistributorQueueId;
|
||||
}
|
||||
@ -345,3 +345,5 @@ void CCSDSHandler::disableTransmit() {
|
||||
forwardLinkstate();
|
||||
transmitterCountdown.setTimeout(0);
|
||||
}
|
||||
|
||||
const char* CCSDSHandler::getName() const { return "CCSDS Handler"; }
|
||||
|
Reference in New Issue
Block a user