all cstdout uses wrapped in preprocessor defines
This commit is contained in:
@ -39,6 +39,7 @@ ReturnValue_t TcDistributor::handlePacket() {
|
||||
}
|
||||
|
||||
void TcDistributor::print() {
|
||||
#if CPP_OSTREAM_ENABLED == 1
|
||||
sif::debug << "Distributor content is: " << std::endl
|
||||
<< "ID\t| Message Queue ID" << std::endl;
|
||||
sif::debug << std::setfill('0') << std::setw(8) << std::hex;
|
||||
@ -47,7 +48,7 @@ void TcDistributor::print() {
|
||||
<< std::endl;
|
||||
}
|
||||
sif::debug << std::setfill(' ') << std::dec;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
ReturnValue_t TcDistributor::callbackAfterSending(ReturnValue_t queueStatus) {
|
||||
|
Reference in New Issue
Block a user