miight be able to work with this
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
6fe4c71cee
commit
5d8b81e131
@ -111,7 +111,8 @@ ReturnValue_t CfdpTmFunnel::handlePacket(TmTcMessage& msg) {
|
||||
return demultiplexLivePackets(origStoreId, newPacketData, packetLen);
|
||||
}
|
||||
|
||||
void CfdpTmFunnel::addLiveDestination(const char* name,
|
||||
const AcceptsTelemetryIF& downlinkDestination, uint8_t vcid) {
|
||||
uint32_t listIndex = TmFunnelBase::addLiveDestination(name, downlinkDestination, vcid);
|
||||
uint32_t CfdpTmFunnel::addLiveDestination(const char* name,
|
||||
const AcceptsTelemetryIF& downlinkDestination,
|
||||
uint8_t vcid) {
|
||||
return TmFunnelBase::addLiveDestination(name, downlinkDestination, vcid);
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ class CfdpTmFunnel : public TmFunnelBase {
|
||||
CfdpTmFunnel(TmFunnelBase::FunnelCfg cfg, std::optional<MessageQueueId_t> fileStoreDest,
|
||||
StorageManagerIF& ramToFileStore, uint16_t cfdpInCcsdsApid);
|
||||
[[nodiscard]] const char* getName() const override;
|
||||
void addLiveDestination(const char* name, const AcceptsTelemetryIF& downlinkDestination,
|
||||
uint32_t addLiveDestination(const char* name, const AcceptsTelemetryIF& downlinkDestination,
|
||||
uint8_t vcid = 0) override;
|
||||
ReturnValue_t performOperation(uint8_t opCode);
|
||||
ReturnValue_t initialize() override;
|
||||
|
Loading…
Reference in New Issue
Block a user