EasyManuals Logo

Texas Instruments TMS320 User Manual

Texas Instruments TMS320
288 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #219 background imageLoading...
Page #219 background image
Message Queues
Input/Output Methods 6-17
Allocators and transports have a standard interface. The allocator and
transport interface functions are called by the MSGQ functions and not by the
application. DSP/BIOS provides a simple static allocator; other allocators and
transports can be implemented by following the standard interface.
Note: This document does not discuss how to write an allocator or a
transport. Information about designing allocators and transports will be
provided in a future document.
6.5.1 MSGQ APIs
The MSGQ APIs are used to open and close message queues and to send
and receive messages. The MSGQ APIs shield the application from having
to contain any knowledge about transports and allocators.
The following figure shows the call sequence of the main MSGQ functions:
Figure 6-5. MSGQ Function Calling Sequence
The reader calls the following APIs:
MSGQ_open
MSGQ_get
MSGQ_free
MSGQ_close
A writer calls the following APIs:
MSGQ_locate or MSGQ_locateAsync
MSGQ_alloc
MSGQ_put
MSGQ_release
MSGQ_open()
MSGQ_locate()
MSGQ_alloc()
MSGQ_close()
MSGQ_release()
MSGQ_free()
MSGQ_get()
MSGQ_put()
startup
run
termination

Table of Contents

Other manuals for Texas Instruments TMS320

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TMS320 and is the answer not in the manual?

Texas Instruments TMS320 Specifications

General IconGeneral
BrandTexas Instruments
ModelTMS320
CategoryComputer Hardware
LanguageEnglish

Related product manuals