Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Generic/abcc_obj/nw_obj/epl.h
- Committer:
- wkane
- Date:
- 2016-05-12
- Revision:
- 0:9509fece98da
File content as of revision 0:9509fece98da:
/*******************************************************************************
********************************************************************************
** **
** ABCC Starter Kit version 2.01.01 (2015-12-14) **
** **
** Delivered with: **
** ABCC Driver 4.01.01 (2015-12-14) **
** ABP 7.16.01 (2015-10-14) **
** */
/*******************************************************************************
********************************************************************************
** COPYRIGHT NOTIFICATION (c) 2015 HMS Industrial Networks AB **
** **
** This code is the property of HMS Industrial Networks AB. **
** The source code may not be reproduced, distributed, or used without **
** permission. When used together with a product from HMS, permission is **
** granted to modify, reproduce and distribute the code in binary form **
** without any restrictions. **
** **
** THE CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. HMS DOES NOT **
** WARRANT THAT THE FUNCTIONS OF THE CODE WILL MEET YOUR REQUIREMENTS, OR **
** THAT THE OPERATION OF THE CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR **
** THAT DEFECTS IN IT CAN BE CORRECTED. **
********************************************************************************
********************************************************************************
** This is the public header file for the Ethernet Powerlink Object.
********************************************************************************
********************************************************************************
** Services:
** EPL_ProcessCmdMsg() - Processes commands sent to the EPL object.
**
********************************************************************************
********************************************************************************
*/
#ifndef EPL_H
#define EPL_H
/*******************************************************************************
** Constants
********************************************************************************
*/
/*******************************************************************************
** Typedefs
********************************************************************************
*/
/*******************************************************************************
** Private Globals
********************************************************************************
*/
/*******************************************************************************
** Public Services
********************************************************************************
*/
/*------------------------------------------------------------------------------
** Processes commands sent to the EPL object.
**------------------------------------------------------------------------------
** Arguments:
** psNewMessage - Pointer to a received message addressing the EPL object.
**
** Returns:
** None
**------------------------------------------------------------------------------
*/
void EPL_ProcessCmdMsg( ABP_MsgType* psNewMessage );
#endif /* inclusion lock */