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.
Diff: Generic/abcc_obj/nw_obj/mod.h
- Revision:
- 0:9509fece98da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Generic/abcc_obj/nw_obj/mod.h Thu May 12 19:04:45 2016 +0000 @@ -0,0 +1,71 @@ +/******************************************************************************* +******************************************************************************** +** ** +** 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 Modbus Object. +******************************************************************************** +******************************************************************************** +** Services: +** EIP_ProcessCmdMsg() - Processes commands sent to the Modbus object. +** +******************************************************************************** +******************************************************************************** +*/ + +#ifndef MOD_H +#define MOD_H + +/******************************************************************************* +** Constants +******************************************************************************** +*/ + +/******************************************************************************* +** Typedefs +******************************************************************************** +*/ + +/******************************************************************************* +** Public Globals +******************************************************************************** +*/ + +/******************************************************************************* +** Public Services +******************************************************************************** +*/ + +/*------------------------------------------------------------------------------ +** Processes commands sent to the Modbus object +**------------------------------------------------------------------------------ +** Arguments: +** psNewMessage - Pointer to a ABP_MsgType message. +** +** Returns: +** None. +**------------------------------------------------------------------------------ +*/ +void MOD_ProcessCmdMsg( ABP_MsgType* psNewMessage ); + +#endif /* inclusion lock */