William Kane / Generic

Dependents:   LaserioLib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers epl.h Source File

epl.h

00001 /*******************************************************************************
00002 ********************************************************************************
00003 **                                                                            **
00004 ** ABCC Starter Kit version 2.01.01 (2015-12-14)                              **
00005 **                                                                            **
00006 ** Delivered with:                                                            **
00007 **    ABCC Driver 4.01.01 (2015-12-14)                                        **
00008 **    ABP         7.16.01 (2015-10-14)                                        **
00009 **                                                                            */
00010 /*******************************************************************************
00011 ********************************************************************************
00012 ** COPYRIGHT NOTIFICATION (c) 2015 HMS Industrial Networks AB                 **
00013 **                                                                            **
00014 ** This code is the property of HMS Industrial Networks AB.                   **
00015 ** The source code may not be reproduced, distributed, or used without        **
00016 ** permission. When used together with a product from HMS, permission is      **
00017 ** granted to modify, reproduce and distribute the code in binary form        **
00018 ** without any restrictions.                                                  **
00019 **                                                                            **
00020 ** THE CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. HMS DOES NOT    **
00021 ** WARRANT THAT THE FUNCTIONS OF THE CODE WILL MEET YOUR REQUIREMENTS, OR     **
00022 ** THAT THE OPERATION OF THE CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR     **
00023 ** THAT DEFECTS IN IT CAN BE CORRECTED.                                       **
00024 ********************************************************************************
00025 ********************************************************************************
00026 ** This is the public header file for the Ethernet Powerlink Object.
00027 ********************************************************************************
00028 ********************************************************************************
00029 ** Services:
00030 **    EPL_ProcessCmdMsg() - Processes commands sent to the EPL object.
00031 **
00032 ********************************************************************************
00033 ********************************************************************************
00034 */
00035 
00036 #ifndef EPL_H
00037 #define EPL_H
00038 
00039 /*******************************************************************************
00040 ** Constants
00041 ********************************************************************************
00042 */
00043 
00044 /*******************************************************************************
00045 ** Typedefs
00046 ********************************************************************************
00047 */
00048 
00049 /*******************************************************************************
00050 ** Private Globals
00051 ********************************************************************************
00052 */
00053 
00054 /*******************************************************************************
00055 ** Public Services
00056 ********************************************************************************
00057 */
00058 
00059 /*------------------------------------------------------------------------------
00060 ** Processes commands sent to the EPL object.
00061 **------------------------------------------------------------------------------
00062 ** Arguments:
00063 **    psNewMessage - Pointer to a received message addressing the EPL object.
00064 **
00065 ** Returns:
00066 **    None
00067 **------------------------------------------------------------------------------
00068 */
00069 void EPL_ProcessCmdMsg( ABP_MsgType* psNewMessage );
00070 
00071 #endif  /* inclusion lock */