Notifying Queue object.

All content is public.

Public Attributes#

void *

FreeRTOS Queue handle.

uint8_t

which bit to use when notifying receiver task of pending queue item (range 0 - 31)

void *

Handle to queue receiver task where notifications are sent to.

Public Attribute Documentation#

Queue#

void* SQueueNotifying::Queue

FreeRTOS Queue handle.


Definition at line 46 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/Components/QueueNotifying/QueueNotifying.h

iTaskNotificationBitNumber#

uint8_t SQueueNotifying::iTaskNotificationBitNumber

which bit to use when notifying receiver task of pending queue item (range 0 - 31)


Definition at line 48 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/Components/QueueNotifying/QueueNotifying.h

ReceiverTask#

void* SQueueNotifying::ReceiverTask

Handle to queue receiver task where notifications are sent to.


Definition at line 51 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/Components/QueueNotifying/QueueNotifying.h