blob: 719f5915d48bbbfad9a2fac0143b34548bf41dc2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 - 2013 Profactor GmbH, ACIN, 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:
* Thomas Strasser, Ingomar Müller, Alois Zoitl, Ingo Hegny, Monika Wenger,
* - initial implementation and rework communication infrastructure
*******************************************************************************/
#include "forte_dint.h"
DEFINE_FIRMWARE_DATATYPE(DINT, g_nStringIdDINT)
const CIEC_DINT::TValueType CIEC_DINT::scm_nMinVal = std::numeric_limits<CIEC_DINT::TValueType>::min();
const CIEC_DINT::TValueType CIEC_DINT::scm_nMaxVal = std::numeric_limits<CIEC_DINT::TValueType>::max();