[ C++ RCOS Home | RCOS.java Home | RCOS Home | David's Home ]
Name: |
qmsg |
Comment: |
Messages waiting for dispatch are held in a linked list FIFO queue of these: |
Collaborators: |
typedef struct qmsg { // element of FIFO message queue
UINT16 wDest; // who it's for
PMSG pMsg; // pointer to actual message
} QMSG, *PQMSG;