20#ifndef SOPC_PUB_SCHEDULER_H_
21#define SOPC_PUB_SCHEDULER_H_
void SOPC_PubScheduler_Stop(void)
bool SOPC_PubScheduler_AcyclicSend(uint16_t writerGroupId)
Launch sending process in acyclic mode. Content of the message can be modified in callback SOPC_GetSo...
bool SOPC_PubScheduler_Start(SOPC_PubSubConfiguration *config, SOPC_PubSourceVariableConfig *sourceConfig, int threadPriority)
Starts the Publisher scheduler using the PubSub configuration data and the source of data information...
struct SOPC_PubSourceVariableConfig SOPC_PubSourceVariableConfig
Definition sopc_pub_source_variable.h:45
struct SOPC_PubSubConfiguration SOPC_PubSubConfiguration
Definition sopc_pubsub_conf.h:28