#include <cnoid/Referenced>
#include <cnoid/Config>
#include <string>
#include <iosfwd>
#include <memory>
#include "exportdecl.h"
Go to the source code of this file.
◆ CNOID_BODY_HANDLER_EXPORT
#define CNOID_BODY_HANDLER_EXPORT |
◆ CNOID_IMPLEMENT_BODY_HANDLER_FACTORY
#define CNOID_IMPLEMENT_BODY_HANDLER_FACTORY |
( |
|
HandlerClassName | ) |
|
Value:
{\
if(BodyHandler::checkVersion(#HandlerClassName, CNOID_VERSION, CNOID_INTERNAL_VERSION, os)){ \
return new HandlerClassName(); \
} \
return nullptr; \
}
#define CNOID_BODY_HANDLER_EXPORT
Definition: BodyHandler.h:43
Definition: BodyHandler.h:20