MicroC Code Generator : OS Definition Tool : APIs : Support for Queues

Support for Queues

The following APIs are located in the DEFAULT OSI in the OSDT:

Queue Descriptor Data Type(nameid, qType)

Defines the Data Type declaration of a Queue.
Queue Data Type Static Init(nameid, qType)

Used to Initialize the Queue statically.
Note: The Queue Type can only be simple types as integer and real. Otherwise, a UDT should be used.