S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
message_in_bs.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 : message_in_bs.h
23
24 Date : 17/10/2022 15:42:13
25
26 C Translator Version : tradc Java V1.2 (06/02/2022)
27
28******************************************************************************/
29
30#ifndef _message_in_bs_h
31#define _message_in_bs_h
32
33/*--------------------------
34 Added by the Translator
35 --------------------------*/
36#include "b2c.h"
37
38/*--------------
39 SEES Clause
40 --------------*/
41#include "constants.h"
43
44/*------------------------
45 INITIALISATION Clause
46 ------------------------*/
48
49/*--------------------
50 OPERATIONS Clause
51 --------------------*/
53 const constants__t_msg_i message_in_bs__msg,
54 constants__t_msg_type_i * const message_in_bs__msg_typ);
56 const constants__t_msg_header_i message_in_bs__msg_header,
57 constants__t_client_request_handle_i * const message_in_bs__handle);
59 const constants__t_msg_header_i message_in_bs__msg_header,
60 const constants__t_msg_i message_in_bs__msg);
62 const constants__t_msg_i message_in_bs__msg);
64 const constants__t_byte_buffer_i message_in_bs__msg_buffer);
66 const constants__t_msg_header_i message_in_bs__msg_header);
68 const constants__t_msg_type_i message_in_bs__msg_type,
69 const constants__t_byte_buffer_i message_in_bs__msg_buffer,
70 t_bool * const message_in_bs__bres,
71 constants__t_msg_i * const message_in_bs__msg);
73 const t_bool message_in_bs__is_request,
74 const constants__t_byte_buffer_i message_in_bs__msg_buffer,
75 t_bool * const message_in_bs__bres,
76 constants__t_msg_header_i * const message_in_bs__msg_header);
78 const constants__t_byte_buffer_i message_in_bs__msg_buffer,
79 t_bool * const message_in_bs__bres,
80 constants__t_msg_type_i * const message_in_bs__msg_typ);
82 const constants__t_byte_buffer_i message_in_bs__msg_buffer,
83 constants__t_client_request_handle_i * const message_in_bs__req_handle);
85 const constants__t_msg_i message_in_bs__msg);
87 const constants__t_request_context_i message_in_bs__req_context,
88 t_bool * const message_in_bs__bres);
90 const constants__t_msg_i message_in_bs__p_msg,
91 t_bool * const message_in_bs__p_valid_user_token,
92 constants__t_user_token_i * const message_in_bs__p_user_token,
93 constants__t_SignatureData_i * const message_in_bs__user_token_signature);
95 const constants__t_msg_i message_in_bs__p_msg,
96 constants__t_LocaleIds_i * const message_in_bs__p_localeIds);
98 const constants__t_msg_i message_in_bs__msg,
99 constants__t_session_token_i * const message_in_bs__session_token);
101 const constants__t_msg_header_i message_in_bs__msg_header,
102 constants__t_session_token_i * const message_in_bs__session_token);
104 const constants__t_msg_header_i message_in_bs__msg_header,
105 constants_statuscodes_bs__t_StatusCode_i * const message_in_bs__status);
107 const constants__t_msg_header_i message_in_bs__msg_header,
108 constants__t_server_request_handle_i * const message_in_bs__handle);
109
110#endif
bool t_bool
Definition b2c.h:28
#define constants__t_SignatureData_i
Definition constants.h:82
#define constants__t_client_request_handle_i
Definition constants.h:93
#define constants__t_msg_header_i
Definition constants.h:103
#define constants__t_LocaleIds_i
Definition constants.h:65
#define constants__t_request_context_i
Definition constants.h:112
#define constants__t_msg_i
Definition constants.h:104
#define constants__t_user_token_i
Definition constants.h:123
#define constants__t_session_token_i
Definition constants.h:117
#define constants__t_byte_buffer_i
Definition constants.h:89
#define constants__t_server_request_handle_i
Definition constants.h:114
constants__t_msg_type_i
Definition constants.h:223
constants_statuscodes_bs__t_StatusCode_i
Definition constants_statuscodes_bs.h:46
void message_in_bs__bless_msg_in(const constants__t_msg_i message_in_bs__msg, constants__t_msg_type_i *const message_in_bs__msg_typ)
void message_in_bs__decode_msg_header(const t_bool message_in_bs__is_request, const constants__t_byte_buffer_i message_in_bs__msg_buffer, t_bool *const message_in_bs__bres, constants__t_msg_header_i *const message_in_bs__msg_header)
void message_in_bs__decode_msg_type(const constants__t_byte_buffer_i message_in_bs__msg_buffer, t_bool *const message_in_bs__bres, constants__t_msg_type_i *const message_in_bs__msg_typ)
void message_in_bs__decode_service_fault_msg_req_handle(const constants__t_byte_buffer_i message_in_bs__msg_buffer, constants__t_client_request_handle_i *const message_in_bs__req_handle)
void message_in_bs__dealloc_msg_in_header(const constants__t_msg_header_i message_in_bs__msg_header)
void message_in_bs__read_msg_req_header_session_token(const constants__t_msg_header_i message_in_bs__msg_header, constants__t_session_token_i *const message_in_bs__session_token)
void message_in_bs__INITIALISATION(void)
void message_in_bs__read_create_session_msg_session_token(const constants__t_msg_i message_in_bs__msg, constants__t_session_token_i *const message_in_bs__session_token)
void message_in_bs__dealloc_msg_in_buffer(const constants__t_byte_buffer_i message_in_bs__msg_buffer)
void message_in_bs__is_valid_request_context(const constants__t_request_context_i message_in_bs__req_context, t_bool *const message_in_bs__bres)
void message_in_bs__forget_msg_in(const constants__t_msg_i message_in_bs__msg)
void message_in_bs__client_read_msg_header_req_handle(const constants__t_msg_header_i message_in_bs__msg_header, constants__t_client_request_handle_i *const message_in_bs__handle)
void message_in_bs__read_activate_req_msg_locales(const constants__t_msg_i message_in_bs__p_msg, constants__t_LocaleIds_i *const message_in_bs__p_localeIds)
void message_in_bs__copy_msg_resp_header_into_msg(const constants__t_msg_header_i message_in_bs__msg_header, const constants__t_msg_i message_in_bs__msg)
void message_in_bs__decode_msg(const constants__t_msg_type_i message_in_bs__msg_type, const constants__t_byte_buffer_i message_in_bs__msg_buffer, t_bool *const message_in_bs__bres, constants__t_msg_i *const message_in_bs__msg)
void message_in_bs__server_read_msg_header_req_handle(const constants__t_msg_header_i message_in_bs__msg_header, constants__t_server_request_handle_i *const message_in_bs__handle)
void message_in_bs__read_msg_resp_header_service_status(const constants__t_msg_header_i message_in_bs__msg_header, constants_statuscodes_bs__t_StatusCode_i *const message_in_bs__status)
void message_in_bs__dealloc_msg_in(const constants__t_msg_i message_in_bs__msg)
void message_in_bs__read_activate_req_msg_identity_token(const constants__t_msg_i message_in_bs__p_msg, t_bool *const message_in_bs__p_valid_user_token, constants__t_user_token_i *const message_in_bs__p_user_token, constants__t_SignatureData_i *const message_in_bs__user_token_signature)