S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
message_in_bs.h File Reference
#include "b2c.h"
#include "constants.h"
#include "constants_statuscodes_bs.h"

Go to the source code of this file.

Functions

void message_in_bs__INITIALISATION (void)
 
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__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__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__dealloc_msg_in (const constants__t_msg_i message_in_bs__msg)
 
void message_in_bs__dealloc_msg_in_buffer (const constants__t_byte_buffer_i message_in_bs__msg_buffer)
 
void message_in_bs__dealloc_msg_in_header (const constants__t_msg_header_i message_in_bs__msg_header)
 
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__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__forget_msg_in (const constants__t_msg_i message_in_bs__msg)
 
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__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)
 
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__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__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__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__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)
 

Function Documentation

◆ message_in_bs__INITIALISATION()

void message_in_bs__INITIALISATION ( void )
extern

◆ message_in_bs__bless_msg_in()

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 )
extern

◆ message_in_bs__client_read_msg_header_req_handle()

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 )
extern

◆ message_in_bs__copy_msg_resp_header_into_msg()

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 )
extern

◆ message_in_bs__dealloc_msg_in()

void message_in_bs__dealloc_msg_in ( const constants__t_msg_i message_in_bs__msg)
extern

◆ message_in_bs__dealloc_msg_in_buffer()

void message_in_bs__dealloc_msg_in_buffer ( const constants__t_byte_buffer_i message_in_bs__msg_buffer)
extern

◆ message_in_bs__dealloc_msg_in_header()

void message_in_bs__dealloc_msg_in_header ( const constants__t_msg_header_i message_in_bs__msg_header)
extern

◆ message_in_bs__decode_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 )
extern

◆ message_in_bs__decode_msg_header()

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 )
extern

◆ message_in_bs__decode_msg_type()

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 )
extern

◆ message_in_bs__decode_service_fault_msg_req_handle()

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 )
extern

◆ message_in_bs__forget_msg_in()

void message_in_bs__forget_msg_in ( const constants__t_msg_i message_in_bs__msg)
extern

◆ message_in_bs__is_valid_request_context()

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 )
extern

◆ message_in_bs__read_activate_req_msg_identity_token()

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 )
extern

◆ message_in_bs__read_activate_req_msg_locales()

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 )
extern

◆ message_in_bs__read_create_session_msg_session_token()

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 )
extern

◆ message_in_bs__read_msg_req_header_session_token()

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 )
extern

◆ message_in_bs__read_msg_resp_header_service_status()

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 )
extern

◆ message_in_bs__server_read_msg_header_req_handle()

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 )
extern