ConOpSys V2970  P004.07
ANVILEX control operating system
opcua_obj.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ********************************************************************************
3 ** **
4 ** ABCC Starter Kit version 3.04.01 (2018-01-23) **
5 ** **
6 ** Delivered with: **
7 ** ABP 7.55.01 (2017-12-20) **
8 ** ABCC Driver 5.04.01 (2017-12-18) **
9 ** */
10 /*******************************************************************************
11 ********************************************************************************
12 ** COPYRIGHT NOTIFICATION (c) 2017 HMS Industrial Networks AB **
13 ** **
14 ** This code is the property of HMS Industrial Networks AB. **
15 ** The source code may not be reproduced, distributed, or used without **
16 ** permission. When used together with a product from HMS, permission is **
17 ** granted to modify, reproduce and distribute the code in binary form **
18 ** without any restrictions. **
19 ** **
20 ** THE CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. HMS DOES NOT **
21 ** WARRANT THAT THE FUNCTIONS OF THE CODE WILL MEET YOUR REQUIREMENTS, OR **
22 ** THAT THE OPERATION OF THE CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR **
23 ** THAT DEFECTS IN IT CAN BE CORRECTED. **
24 ********************************************************************************
25 ********************************************************************************
26 ** This is the public header file for the OPC UA object.
27 ********************************************************************************
28 ********************************************************************************
29 ** Services:
30 ** OPCUA_ProcessCmdMsg() - Processes commands sent to the OPC UA object.
31 ********************************************************************************
32 ********************************************************************************
33 */
34 #ifndef OPCUA_OBJ_H
35 #define OPCUA_OBJ_H
36 
37 
38 /*******************************************************************************
39 ** Constants
40 ********************************************************************************
41 */
42 
43 /*******************************************************************************
44 ** Typedefs
45 ********************************************************************************
46 */
47 
48 /*******************************************************************************
49 ** Public Globals
50 ********************************************************************************
51 */
52 
53 /*******************************************************************************
54 ** Public Services
55 ********************************************************************************
56 */
57 
58 /*------------------------------------------------------------------------------
59 ** The function that processes the commands sent to the OPC UA object.
60 **------------------------------------------------------------------------------
61 ** Arguments:
62 ** psNewMessage - Pointer to a ABP_MsgType message.
63 **
64 ** Returns:
65 ** None.
66 **------------------------------------------------------------------------------
67 */
68 EXTFUNC void OPCUA_ProcessCmdMsg( ABP_MsgType* psNewMessage );
69 
70 #endif /* inclusion lock */
#define EXTFUNC
Definition: Defines.h:998
EXTFUNC void OPCUA_ProcessCmdMsg(ABP_MsgType *psNewMessage)