Enumerations

/home/sindre/dev_uclinux/suzaku_shared/hwos_sw/libhwos/hsignal.h File Reference

[Hardware OS Signal Interface] Defines possible signals that can be connected between modules. More...

Go to the source code of this file.

Enumerations

enum  hsignal { HSIGNAL_ADD_QUEUE, HSIGNAL_REMOVE_QUEUE, HSIGNAL_ADD_PROCESS, HSIGNAL_REMOVE_PROCESS }

Detailed Description

[Hardware OS Signal Interface] Defines possible signals that can be connected between modules.

Author (2011): Sindre Hansen

Definition in file hsignal.h.


Enumeration Type Documentation

enum hsignal
Enumerator:
HSIGNAL_ADD_QUEUE 

hsqlist to hsqueue. A queue has been added to a list.

HSIGNAL_REMOVE_QUEUE 

hsqlist to hsqueue. A queue has been removed from a list.

HSIGNAL_ADD_PROCESS 

hsqueue to hprocess. A process has been added to a queue.

HSIGNAL_REMOVE_PROCESS 

hsqueue to hprocess. A process has been removed from a queue.

Definition at line 11 of file hsignal.h.

             {
        HSIGNAL_ADD_QUEUE,
        HSIGNAL_REMOVE_QUEUE,
        HSIGNAL_ADD_PROCESS,
        HSIGNAL_REMOVE_PROCESS
};

 All Data Structures Files Functions Variables Enumerations Enumerator Defines