Added some debug messages in HandlerBase and Distributor (CCSDS/PUS/TC)
This commit is contained in:
@ -11,7 +11,7 @@ CCSDSDistributor::~CCSDSDistributor() {
|
||||
}
|
||||
|
||||
iterator_t CCSDSDistributor::selectDestination() {
|
||||
// debug << "CCSDSDistributor::selectDestination received: " << this->currentMessage.getStorageId().pool_index << ", " << this->currentMessage.getStorageId().packet_index << std::endl;
|
||||
sif::debug << "CCSDSDistributor::selectDestination received: " << this->currentMessage.getStorageId().pool_index << ", " << this->currentMessage.getStorageId().packet_index << std::endl;
|
||||
const uint8_t* p_packet = NULL;
|
||||
size_t size = 0;
|
||||
//TODO check returncode?
|
||||
|
Reference in New Issue
Block a user