blob: ea6cd3cece22a7580ff50b43e1dab02735f80260 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 - 2013 ACIN
*
* 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,
* - initial implementation and rework communication infrastructure
*******************************************************************************/
#include "forte_lint.h"
#ifdef FORTE_USE_64BIT_DATATYPES
DEFINE_FIRMWARE_DATATYPE(LINT, g_nStringIdLINT);
const CIEC_LINT::TValueType CIEC_LINT::scm_nMinVal = std::numeric_limits<CIEC_LINT::TValueType>::min();
const CIEC_LINT::TValueType CIEC_LINT::scm_nMaxVal = std::numeric_limits<CIEC_LINT::TValueType>::max();
#endif