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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user