[ C++ RCOS Home | RCOS.java Home | RCOS Home | David's Home ]

RCOS C++ CRC for class qmsg

Name:

qmsg

Comment:

Messages waiting for dispatch are held in a linked list FIFO queue of these:

Collaborators:

Responsibilities:

  typedef struct qmsg {         // element of FIFO message queue
    UINT16 wDest;               // who it's for
    PMSG   pMsg;                // pointer to actual message
  } QMSG, *PQMSG;