blob: 6cd858a38e4db87fadb0aac07bafefa0152e9706 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 - 2013 ACIN, Profactor GmbH, fortiss GmbH
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Monika Wenger, Alois Zoitl, Gerhard Ebenhofer
* - initial API and implementation and/or initial documentation
*******************************************************************************/
#include "F_MIN.h"
#ifdef FORTE_ENABLE_GENERATED_SOURCE_CPP
#include "F_MIN_gen.cpp"
#endif
#include <anyhelper.h>
DEFINE_FIRMWARE_FB(FORTE_F_MIN, g_nStringIdF_MIN)
const CStringDictionary::TStringId FORTE_F_MIN::scm_anDataInputNames[] = {g_nStringIdIN1, g_nStringIdIN2};
const CStringDictionary::TStringId FORTE_F_MIN::scm_anDataInputTypeIds[] = {g_nStringIdANY_ELEMENTARY, g_nStringIdANY_ELEMENTARY};
const CStringDictionary::TStringId FORTE_F_MIN::scm_anDataOutputNames[] = {g_nStringIdOUT};
const CStringDictionary::TStringId FORTE_F_MIN::scm_anDataOutputTypeIds[] = {g_nStringIdANY_ELEMENTARY};
const TForteInt16 FORTE_F_MIN::scm_anEIWithIndexes[] = {0};
const TDataIOID FORTE_F_MIN::scm_anEIWith[] = {0, 1, 255};
const CStringDictionary::TStringId FORTE_F_MIN::scm_anEventInputNames[] = {g_nStringIdREQ};
const TDataIOID FORTE_F_MIN::scm_anEOWith[] = {0, 255};
const TForteInt16 FORTE_F_MIN::scm_anEOWithIndexes[] = {0, -1};
const CStringDictionary::TStringId FORTE_F_MIN::scm_anEventOutputNames[] = {g_nStringIdCNF};
const SFBInterfaceSpec FORTE_F_MIN::scm_stFBInterfaceSpec = {
1, scm_anEventInputNames, scm_anEIWith, scm_anEIWithIndexes,
1, scm_anEventOutputNames, scm_anEOWith, scm_anEOWithIndexes, 2, scm_anDataInputNames, scm_anDataInputTypeIds,
1, scm_anDataOutputNames, scm_anDataOutputTypeIds,
0, 0
};
void FORTE_F_MIN::executeEvent(int pa_nEIID){
if (scm_nEventREQID == pa_nEIID) {
anyElementaryFBHelper<FORTE_F_MIN>(IN1().getDataTypeID(), *this);
sendOutputEvent(scm_nEventCNFID);
}
}
#ifdef FORTE_USE_WSTRING_DATATYPE
template<>
void FORTE_F_MIN::calculateValue<CIEC_WSTRING>(){
//TODO fill this function
}
#endif