ME405 Library  Version 0.38
Python library in support of ME405 class
task_share.BaseShare Class Reference

Base class for queues and shares which exchange data between tasks. More...

Inheritance diagram for task_share.BaseShare:

Public Member Functions

def __init__ (self, type_code, thread_protect=True, name=None)
 Create a base queue object when called by a child class initializer. More...
 

Detailed Description

Base class for queues and shares which exchange data between tasks.

One should never create an object from this class; it doesn't do anything useful. It exists to implement things which are common between its child classes Queue and Share.

Constructor & Destructor Documentation

◆ __init__()

def task_share.BaseShare.__init__ (   self,
  type_code,
  thread_protect = True,
  name = None 
)

Create a base queue object when called by a child class initializer.

This method creates the things which queues and shares have in common.

Reimplemented in task_share.Share.


The documentation for this class was generated from the following file: