S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
service_read_1.h
Go to the documentation of this file.
1/*
2 * Licensed to Systerel under one or more contributor license
3 * agreements. See the NOTICE file distributed with this work
4 * for additional information regarding copyright ownership.
5 * Systerel licenses this file to you under the Apache
6 * License, Version 2.0 (the "License"); you may not use this
7 * file except in compliance with the License. You may obtain
8 * a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
19
20/******************************************************************************
21
22 File Name : service_read_1.h
23
24 Date : 04/08/2022 14:53:11
25
26 C Translator Version : tradc Java V1.2 (06/02/2022)
27
28******************************************************************************/
29
30#ifndef _service_read_1_h
31#define _service_read_1_h
32
33/*--------------------------
34 Added by the Translator
35 --------------------------*/
36#include "b2c.h"
37
38/*-----------------
39 IMPORTS Clause
40 -----------------*/
41#include "msg_read_request.h"
43#include "service_read_it.h"
44
45/*--------------
46 SEES Clause
47 --------------*/
48#include "address_space_itf.h"
49#include "constants.h"
51#include "message_in_bs.h"
52#include "message_out_bs.h"
53
54/*------------------------
55 INITIALISATION Clause
56 ------------------------*/
58
59/*-------------------------------
60 PROMOTES and EXTENDS Clauses
61 -------------------------------*/
62#define service_read_1__alloc_read_response msg_read_response_bs__alloc_read_response
63#define service_read_1__check_ReadRequest msg_read_request__check_ReadRequest
64
65/*--------------------------
66 LOCAL_OPERATIONS Clause
67 --------------------------*/
69 const constants__t_TimestampsToReturn_i service_read_1__p_TimestampsToReturn,
70 const constants__t_user_i service_read_1__p_user,
71 const constants__t_LocaleIds_i service_read_1__p_locales,
72 const constants__t_msg_i service_read_1__p_resp_msg,
73 const constants_statuscodes_bs__t_StatusCode_i service_read_1__p_sc,
74 const constants__t_NodeId_i service_read_1__p_nid,
75 const constants__t_AttributeId_i service_read_1__p_aid,
76 const constants__t_IndexRange_i service_read_1__p_index_range,
77 const constants__t_ReadValue_i service_read_1__p_rvi);
78
79/*--------------------
80 OPERATIONS Clause
81 --------------------*/
83 const constants__t_TimestampsToReturn_i service_read_1__p_TimestampsToReturn,
84 const constants__t_user_i service_read_1__p_user,
85 const constants__t_LocaleIds_i service_read_1__p_locales,
86 const constants__t_msg_i service_read_1__req_msg,
87 const constants__t_msg_i service_read_1__resp_msg);
88
89#endif
constants__t_AttributeId_i
Definition constants.h:132
#define constants__t_user_i
Definition constants.h:122
#define constants__t_NodeId_i
Definition constants.h:69
#define constants__t_LocaleIds_i
Definition constants.h:65
#define constants__t_IndexRange_i
Definition constants.h:63
#define constants__t_msg_i
Definition constants.h:104
#define constants__t_ReadValue_i
Definition constants.h:125
constants__t_TimestampsToReturn_i
Definition constants.h:186
constants_statuscodes_bs__t_StatusCode_i
Definition constants_statuscodes_bs.h:46
void service_read_1__INITIALISATION(void)
void service_read_1__fill_read_response(const constants__t_TimestampsToReturn_i service_read_1__p_TimestampsToReturn, const constants__t_user_i service_read_1__p_user, const constants__t_LocaleIds_i service_read_1__p_locales, const constants__t_msg_i service_read_1__req_msg, const constants__t_msg_i service_read_1__resp_msg)
void service_read_1__fill_read_response_1(const constants__t_TimestampsToReturn_i service_read_1__p_TimestampsToReturn, const constants__t_user_i service_read_1__p_user, const constants__t_LocaleIds_i service_read_1__p_locales, const constants__t_msg_i service_read_1__p_resp_msg, const constants_statuscodes_bs__t_StatusCode_i service_read_1__p_sc, const constants__t_NodeId_i service_read_1__p_nid, const constants__t_AttributeId_i service_read_1__p_aid, const constants__t_IndexRange_i service_read_1__p_index_range, const constants__t_ReadValue_i service_read_1__p_rvi)