Brief description of purpose and functionality.
Brief description of purpose and functionality.
- Author
- KUNBUS GmbH
- Date
- 2021-05-18
- Copyright
- Copyright (c) 2021, KUNBUS GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if (!defined __ECSLVESI_H__)
#define __ECSLVESI_H__ 1
#include <osal.h>
#include <ecSlvApi.h>
#include <ESL_os.h>
{
#if (defined OSAL_FREERTOS)
TaskP_Params mainThreadParam;
#else
#endif
#if (defined OSAL_LINUX)
struct stat buffer;
uint8_t foeValue;
#endif
#if (defined __cplusplus)
extern "C" {
#endif
#if (defined __cplusplus)
}
#endif
#endif
void EC_SLV_APP_ESIP_initBoardFunctions(EC_SLV_APP_Application_t *pAppInstance_p)
Initialize board related functions.
Definition ecSlvESI.c:262
void EC_SLV_APP_ESIP_registerStacklessBoardFunctions(EC_SLV_APP_Application_t *pAppInstance_p)
Register board related functions, which do not use stack handle.
Definition ecSlvESI.c:328
Definition ecSlvApiInternal.h:144
Definition ecSlvApiInternal.h:329
Definition ecSlvApiInternal.h:173
uint8_t state
Definition ecSlvESI.h:79
EC_API_SLV_SCoE_Object_t * pt200FRecObj
Definition ecSlvESI.h:86
clock_t diff
Definition ecSlvESI.h:81
void * loopThreadHandle
Definition ecSlvESI.h:65
EC_API_SLV_Pdo_t * ptRxPdo1600
Definition ecSlvESI.h:88
EC_API_SLV_SCoE_Object_t * pt2007RecObj
Definition ecSlvESI.h:85
void * mainThreadHandle
Definition ecSlvESI.h:63
EC_API_SLV_Pdo_t * ptRxPdo1601
Definition ecSlvESI.h:89
void * gpioHandle
Definition ecSlvESI.h:68
int32_t trigger
Definition ecSlvESI.h:77
EC_API_SLV_Pdo_t * ptTxPdo1A01
Definition ecSlvESI.h:91
uint8_t rsvd[3]
Definition ecSlvESI.h:80
void * ioexpLedHandle
Definition ecSlvESI.h:70
EC_API_SLV_SCoE_Object_t * pt2002RecObj
Definition ecSlvESI.h:84
uint32_t selectedPruInstance
Definition ecSlvESI.h:56
EC_API_SLV_Pdo_t * ptTxPdo1A00
Definition ecSlvESI.h:90
EC_API_SLV_SHandle_t * ptEcSlvApi
Definition ecSlvESI.h:93
void * remoteHandle
Definition ecSlvESI.h:69
EC_API_SLV_SCoE_Object_t * ptRecObjOut
Definition ecSlvESI.h:83
int32_t msec
Definition ecSlvESI.h:76
clock_t prev
Definition ecSlvESI.h:81