Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
debuget.h File ReferenceDefines several debugging functions and macros, including ASSERT (and variations). More... #include <stdio.h> #include <ctype.h> #include <iostream> #include <string.h> #include <sstream> #include <fstream>
Include dependency graph for debuget.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed DescriptionDefines several debugging functions and macros, including ASSERT (and variations). Definition in file debuget.h. Define Documentation
if the bool b is false, std::cout the string Definition at line 31 of file debuget.h. Referenced by IPCEventTranslator::bufferRequest(), PNGGenerator::calcImage(), JPEGGenerator::calcImage(), IKThreeLink::computeThirdLinkRevolute(), InterleavedYUVGenerator::createImageCache(), BufferedImageGenerator::createImageCache(), DepthCam::DepthCam(), MotionManager::doAddMotion(), WorldStateSerializerBehavior::doEvent(), RawCameraGenerator::doEvent(), FreeMemReportControl::doEvent(), CDTGenerator::doEvent(), Transition::doFire(), PitchDetector::doStart(), EventTranslator::encodeEvent(), EventLogger::EventLogger(), Transition::fire(), MotionManager::getOutputs(), SegCam::openPacket(), RegionCam::openPacket(), RawCam::openPacket(), DepthCam::openPacket(), SoundManager::play(), EventRouter::processEvent(), SoundManager::ProcessMsg(), MotionManager::processMsg(), RawCam::RawCam(), WorldState::read(), RCRegion::RemoveReference(), RCRegion::RemoveSharedReference(), SoundManager::resumePlay(), MessageQueueStatusThread::run(), SegCam::SegCam(), SemaphoreManager::SemaphoreManager(), CameraStreamBehavior::sendSensors(), RawCameraGenerator::setDimensions(), CDTGenerator::setDimensions(), SoundManager::stopPlay(), SemaphoreManager::testZero_add(), PitchDetector::~PitchDetector(), RCRegion::~RCRegion(), StateNode::~StateNode(), and Transition::~Transition().
sets up an 'if' statement so the following block won't be executed if the ASSERT fails Definition at line 39 of file debuget.h. Referenced by Transition::doFire().
if the bool b is false, std::cout the string and return Definition at line 33 of file debuget.h. Referenced by BufferedImageGenerator::calcImage(), EventLogger::checkLogFile(), ConvexPolyObstacle::close(), Controller::closeGUI(), VisualTargetCloseTrans::doEvent(), RegionCam::doEvent(), MotionSequenceNode< SIZE >::doEvent(), FreeMemReportControl::doEvent(), DynamicMotionSequenceNode::doEvent(), CameraStreamBehavior::doEvent(), BatteryMonitorBehavior::doEvent(), Transition::doFire(), BufferedImageGenerator::downsampleImage(), MessageReceiver::MessageReceiver(), SoundManager::pausePlay(), IPCEventTranslator::post(), EventLogger::processStateMachineEvent(), RawCameraGenerator::reconstructImage(), SoundManager::resumePlay(), EventBase::saveXML(), EventLogger::spider(), SoundManager::stopPlay(), RawCameraGenerator::upsampleImage(), and BufferedImageGenerator::upsampleImage().
if the bool b is false, std::cout the string and return the value Definition at line 35 of file debuget.h. Referenced by RCRegion::attach(), ConvexPolyObstacle::collides(), SoundManager::endPlay(), ConvexPolyObstacle::getCenter(), Profiler::getNewID(), ConvexPolyObstacle::getSupport(), HierarchicalObstacle::gradient(), ConvexPolyObstacle::gradient(), RawCameraGenerator::loadBuffer(), BufferedImageGenerator::loadBuffer(), RawCameraGenerator::saveBuffer(), BufferedImageGenerator::saveBuffer(), RegionCam::writeRegions(), and SegCam::writeRLE(). |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:55 2016 by Doxygen 1.6.3 |