#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include "yarp/dev/Map2DPath.h"
#include "INavigation2DServerImpl.h"
Go to the source code of this file.
Macros | |
#define | CHECK_POINTER(xxx) {if (xxx==nullptr) {yCError(NAVIGATION2DSERVER, "Invalid interface"); return false;}} |
#define CHECK_POINTER | ( | xxx | ) | {if (xxx==nullptr) {yCError(NAVIGATION2DSERVER, "Invalid interface"); return false;}} |
Definition at line 22 of file INavigation2DServerImpl.cpp.