ACS ACR89U-A1 User Manual Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 115
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
Document Title Here
Document Title Here
Document Title Here
ACR89U-A1 Application Programming Interface
Version 1.00
Page 89 of 115
info@acs.com.hk
www.acs.com.hk
{
struct AMessage *pxRxedMessage;
if( xQueue != 0 )
{
// Peek a message on the created queue. Block for 10 ticks if a
// message is not immediately available.
if( xQueuePeek( xQueue, &( pxRxedMessage ), ( portTickType ) 10 ) )
{
// pcRxedMessage now points to the struct AMessage variable
posted
// by vATask, but the item still remains on the queue.
}
}
// ... Rest of task code.
}
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 114 115

Comments to this Manuals

No comments