versadac  1
versadac - Scalable Recorder Firmware
dcphms.h
1 /*---------------------------------------------------------------------------*/
2 /* Copyright (C) 2006 Woodhead Software & Electonics. All rights reserved. */
3 /*---------------------------------------------------------------------------*/
4 /* This program is protected by international copyright. */
5 /* */
6 /* The use of this software including but not limited to its Source Code */
7 /* is subject to restrictions as agreed in the license agreement between */
8 /* you and Woodhead. */
9 /* Copying or distribution is not allowed unless expressly permitted */
10 /* according to your license agreement with Woodhead. */
11 /*---------------------------------------------------------------------------*/
12 /* */
13 /* Project : STACK PROFINET device */
14 /* Component : DCP multi cast header */
15 /* $Workfile:: dcphms.h $*/
16 /* $Revision:: 2 $*/
17 /* $Date:: 13/07/11 13:57 $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : */
22 /* DCP muti cast header */
23 /* */
24 /*---------------------------------------------------------------------------*/
25 
26 #ifndef _DCPHMR_H
27 #define _DCPHMR_H
28 
29 
30 APP_DWORD APP_FAR dcphms_dcp_hello_req(LPST_MSG* ppMsg);
31 
32 #endif
Definition: message.h:1163