S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
monitored_item_event_filter_treatment.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 : monitored_item_event_filter_treatment.h
23
24 Date : 12/04/2024 14:39:59
25
26 C Translator Version : tradc Java V1.2 (06/02/2022)
27
28******************************************************************************/
29
30#ifndef _monitored_item_event_filter_treatment_h
31#define _monitored_item_event_filter_treatment_h
32
33/*--------------------------
34 Added by the Translator
35 --------------------------*/
36#include "b2c.h"
37
38/*-----------------
39 IMPORTS Clause
40 -----------------*/
44
45/*--------------
46 SEES Clause
47 --------------*/
48#include "constants.h"
51
52/*------------------------
53 INITIALISATION Clause
54 ------------------------*/
56
57/*-------------------------------
58 PROMOTES and EXTENDS Clauses
59 -------------------------------*/
60#define monitored_item_event_filter_treatment__delete_event_filter_context monitored_item_event_filter_treatment_bs__delete_event_filter_context
61
62/*--------------------
63 OPERATIONS Clause
64 --------------------*/
66 const constants__t_endpoint_config_idx_i monitored_item_event_filter_treatment__p_endpoint_idx,
67 const constants__t_AttributeId_i monitored_item_event_filter_treatment__p_aid,
68 const constants__t_monitoringFilter_i monitored_item_event_filter_treatment__p_filter,
69 const constants__t_Variant_i monitored_item_event_filter_treatment__p_value,
70 constants_statuscodes_bs__t_StatusCode_i * const monitored_item_event_filter_treatment__statusCode,
71 constants__t_monitoringFilterCtx_i * const monitored_item_event_filter_treatment__filterCtx,
72 constants__t_filterResult_i * const monitored_item_event_filter_treatment__filterResult);
74 const constants__t_client_handle_i monitored_item_event_filter_treatment__p_clientHandle,
75 const constants__t_LocaleIds_i monitored_item_event_filter_treatment__p_localeIds,
76 const constants__t_TimestampsToReturn_i monitored_item_event_filter_treatment__p_timestampToReturn,
77 const t_bool monitored_item_event_filter_treatment__p_userAccessGranted,
78 const constants__t_monitoringFilterCtx_i monitored_item_event_filter_treatment__p_filterCtx,
79 const constants__t_Event_i monitored_item_event_filter_treatment__p_event,
80 t_bool * const monitored_item_event_filter_treatment__notifTriggered,
81 constants__t_eventFieldList_i * const monitored_item_event_filter_treatment__eventNotif);
82
83#endif
bool t_bool
Definition b2c.h:28
constants__t_AttributeId_i
Definition constants.h:132
#define constants__t_endpoint_config_idx_i
Definition constants.h:94
#define constants__t_Variant_i
Definition constants.h:84
#define constants__t_LocaleIds_i
Definition constants.h:65
#define constants__t_Event_i
Definition constants.h:61
#define constants__t_eventFieldList_i
Definition constants.h:95
#define constants__t_monitoringFilter_i
Definition constants.h:102
#define constants__t_filterResult_i
Definition constants.h:96
#define constants__t_client_handle_i
Definition constants.h:92
constants__t_TimestampsToReturn_i
Definition constants.h:186
#define constants__t_monitoringFilterCtx_i
Definition constants.h:101
constants_statuscodes_bs__t_StatusCode_i
Definition constants_statuscodes_bs.h:46
void monitored_item_event_filter_treatment__server_subscription_get_notification_on_event(const constants__t_client_handle_i monitored_item_event_filter_treatment__p_clientHandle, const constants__t_LocaleIds_i monitored_item_event_filter_treatment__p_localeIds, const constants__t_TimestampsToReturn_i monitored_item_event_filter_treatment__p_timestampToReturn, const t_bool monitored_item_event_filter_treatment__p_userAccessGranted, const constants__t_monitoringFilterCtx_i monitored_item_event_filter_treatment__p_filterCtx, const constants__t_Event_i monitored_item_event_filter_treatment__p_event, t_bool *const monitored_item_event_filter_treatment__notifTriggered, constants__t_eventFieldList_i *const monitored_item_event_filter_treatment__eventNotif)
void monitored_item_event_filter_treatment__INITIALISATION(void)
void monitored_item_event_filter_treatment__check_monitored_item_event_filter_valid(const constants__t_endpoint_config_idx_i monitored_item_event_filter_treatment__p_endpoint_idx, const constants__t_AttributeId_i monitored_item_event_filter_treatment__p_aid, const constants__t_monitoringFilter_i monitored_item_event_filter_treatment__p_filter, const constants__t_Variant_i monitored_item_event_filter_treatment__p_value, constants_statuscodes_bs__t_StatusCode_i *const monitored_item_event_filter_treatment__statusCode, constants__t_monitoringFilterCtx_i *const monitored_item_event_filter_treatment__filterCtx, constants__t_filterResult_i *const monitored_item_event_filter_treatment__filterResult)