20#ifndef SOPC_PUB_FIXED_BUFFER_H_
21#define SOPC_PUB_FIXED_BUFFER_H_
A buffer of bytes with a maximum size, length and position.
struct SOPC_Dataset_LL_NetworkMessage SOPC_Dataset_LL_NetworkMessage
Definition sopc_dataset_ll_layer.h:34
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
bool SOPC_PubFixedBuffer_Set_DSM_Timestamp_Position_At(SOPC_PubFixedBuffer_Buffer_Ctx *preencode, uint32_t position, size_t index)
SOPC_ReturnStatus SOPC_DataSet_LL_NetworkMessage_Create_Preencode_Buffer(SOPC_Dataset_LL_NetworkMessage *nm)
Create and initialize preencode context against nm.
struct SOPC_PubFixedBuffer_DataSetField_Position SOPC_PubFixedBuffer_DataSetField_Position
Definition sopc_pub_fixed_buffer.h:31
SOPC_Buffer * SOPC_PubFixedBuffer_Get_UpdatedBuffer(SOPC_PubFixedBuffer_Buffer_Ctx *preencode)
void SOPC_PubFixedBuffer_Delete_Preencode_Buffer(SOPC_PubFixedBuffer_Buffer_Ctx *preencode)
Free memory allocated by SOPC_DataSet_LL_NetworkMessage_Create_Preencode_Buffer.
struct SOPC_PubFixedBuffer_Buffer_Ctx SOPC_PubFixedBuffer_Buffer_Ctx
Definition sopc_pub_fixed_buffer.h:30
void SOPC_PubFixedBuffer_DataSetFieldPosition_Set_Position(SOPC_PubFixedBuffer_DataSetField_Position *dsfPos, uint32_t position)
SOPC_PubFixedBuffer_DataSetField_Position * SOPC_PubFixedBuffer_Get_DataSetField_Position_At(SOPC_PubFixedBuffer_Buffer_Ctx *preencode, size_t index)
bool SOPC_PubFixedBuffer_Set_DSM_SequenceNumber_Position_At(SOPC_PubFixedBuffer_Buffer_Ctx *preencode, uint32_t position, size_t index)
Internal module used to implement PubSub security features.
Bytes buffer structure.
Definition sopc_buffer.h:38