blob: 65238bc69884f4d413c36db0b3a58e2b5ed2e63f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Jose Cabral - initial implementation and rework handler infrastructure
*******************************************************************************/
#include <devexec.h>
#include <timerha.h>
${HANDLERMANAGER_INCLUDE}
const size_t CTimerHandler::mHandlerIdentifier = 0;
${HANDLERMANAGER_VARIABLES}
void CDeviceExecution::createHandlers(CDeviceExecution& paDeviceExecution){
paDeviceExecution.mRegisteredEventHandlers[0].mHandler = CTimerHandler::createTimerHandler(paDeviceExecution);
${HANDLERMANAGER_INSTANCE}
}