Skip to main content

Module store

Module store 

Source
Expand description

A data store.

ObjectStore builds an object-counted Store, while ByteStore builds a byte-counted Store using total_bytes. The returned Store is the registered component in both cases.

§Ports

This component has the following ports:

  • The rx port [InPort] which is used to put data into the store.
  • The tx port [OutPort] which is used to get data out of the store.

Structs§

ByteStore
Builds stores that support a configurable number of bytes.
ObjectStore
Builds stores that support a configurable number of objects.
Store
A component that can support a configurable number of capacity units.