pipert.core.shared_memory_generator¶
Module Contents¶
Classes¶
Iterates over a set amount of id’s. The id’s are in the following format: |
|
Generates a set ‘max_count’ amount of shared memories to be used. |
Functions¶
|
Get a SharedMemory object that correlates to the name given. |
-
class
pipert.core.shared_memory_generator.MemoryIdIterator(component_name, max_count)[source]¶ Iterates over a set amount of id’s. The id’s are in the following format: “{component_name}_{serial_memory_number}”.
-
pipert.core.shared_memory_generator.get_shared_memory_object(name)[source]¶ Get a SharedMemory object that correlates to the name given. Args:
name: The name of a shared memory.
Returns: A SharedMemory object.