Home
last modified time | relevance | path

Searched refs:pMsgCtx (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/
A Dfreertos_agent_message.c46 bool Agent_MessageSend( const MQTTAgentMessageContext_t * pMsgCtx, in Agent_MessageSend() argument
52 if( ( pMsgCtx != NULL ) && ( pCommandToSend != NULL ) ) in Agent_MessageSend()
54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend()
62 bool Agent_MessageReceive( const MQTTAgentMessageContext_t * pMsgCtx, in Agent_MessageReceive() argument
68 if( ( pMsgCtx != NULL ) && ( pReceivedCommand != NULL ) ) in Agent_MessageReceive()
70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/include/
A Dfreertos_agent_message.h66 bool Agent_MessageSend( const MQTTAgentMessageContext_t * pMsgCtx,
80 bool Agent_MessageReceive( const MQTTAgentMessageContext_t * pMsgCtx,
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/DemoTasks/
A Dmqtt-agent-task.c496 .pMsgCtx = NULL, in prvMQTTInit()
507 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/
A DOtaOverMqttDemoExample.c1419 .pMsgCtx = NULL, in prvMQTTInit()
1432 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/
A DOtaOverHttpDemoExample.c1561 .pMsgCtx = NULL, in prvMQTTInit()
1574 messageInterface.pMsgCtx = &xCommandQueue; in prvMQTTInit()

Completed in 25 milliseconds