20#ifndef SOPC_SUB_READER_H_
21#define SOPC_SUB_READER_H_
44 SOPC_UADP_GetSecurity_Func securityCBck,
A buffer of bytes with a maximum size, length and position.
SOPC_TargetVariableCtx * SOPC_UADP_GetTargetVariable_Func(const SOPC_Conf_PublisherId *pubId, const uint16_t groupId, const uint16_t writerId)
A callback to retrieve a SOPC_TargetVariableCtx provided to user. The SOPC_TargetVariableCtx provided...
Definition sopc_network_layer.h:271
void SOPC_UADP_UpdateTimeout_Func(const SOPC_Conf_PublisherId *pubId, const uint16_t groupId, const uint16_t writerId)
Function used to update timeout state of an identified dataSetWriter. This function should be call if...
Definition sopc_network_layer.h:140
bool SOPC_UADP_IsWriterSequenceNumberNewer_Func(const SOPC_Conf_PublisherId *pubId, const uint16_t groupId, const uint16_t writerId, const uint16_t receivedSN)
Function used to check if a DataSetMessage sequence number is newer for the identified DataSetWriter.
Definition sopc_network_layer.h:127
SOPC_NetworkMessage_Error_Code
Definition sopc_network_layer.h:46
struct SOPC_PubSubConnection SOPC_PubSubConnection
Definition sopc_pubsub_conf.h:29
Internal module used to implement PubSub security features.
SOPC_NetworkMessage_Error_Code SOPC_Reader_Read_UADP(const SOPC_PubSubConnection *connection, SOPC_Buffer *buffer, SOPC_SubTargetVariableConfig *config, SOPC_UADP_GetSecurity_Func securityCBck, SOPC_UADP_UpdateTimeout_Func updateTimeoutCBck, SOPC_UADP_GetTargetVariable_Func targetVariableCBck, SOPC_UADP_IsWriterSequenceNumberNewer_Func snCBck)
const SOPC_UADP_NetworkMessage_Reader_Callbacks SOPC_Reader_NetworkMessage_Default_Readers
struct _SOPC_SubTargetVariableConfig SOPC_SubTargetVariableConfig
Definition sopc_sub_target_variable.h:29
Bytes buffer structure.
Definition sopc_buffer.h:38
Definition sopc_network_layer.h:276