#include #include #include #include "GetTargetMappingsMsgEx.h" bool GetTargetMappingsMsgEx::processIncoming(ResponseContext& ctx) { App* app = Program::getApp(); TargetMapper* targetMapper = app->getTargetMapper(); ctx.sendResponse(GetTargetMappingsRespMsg(targetMapper->getMapping())); return true; }