|
ME 405 Romi
|
Classes | |
| class | BaseShare |
| Base class for queues and shares which exchange data between tasks. More... | |
| class | Queue |
| A queue which is used to transfer data from one task to another. More... | |
| class | Share |
| An item which holds data to be shared between tasks. More... | |
Functions | |
| show_all () | |
| Create a string holding a diagnostic printout showing the status of each queue and share in the system. | |
Variables | |
| list | share_list = [] |
| This is a system-wide list of all the queues and shared variables. | |
| dict | type_code_strings |
| This dictionary allows readable printouts of queue and share data types. | |
| task_share.show_all | ( | ) |
Create a string holding a diagnostic printout showing the status of each queue and share in the system.
Definition at line 46 of file task_share.py.
| list task_share.share_list = [] |
This is a system-wide list of all the queues and shared variables.
It is used to create diagnostic printouts.
Definition at line 32 of file task_share.py.
| dict task_share.type_code_strings |
This dictionary allows readable printouts of queue and share data types.
Definition at line 35 of file task_share.py.