PushSrc

class PushSrc(**properties: Any)

Superclasses: BaseSrc, Element, Object, InitiallyUnowned, Object

Constructors:

PushSrc(**properties)

Virtual Methods

class PushSrc
do_alloc() tuple[FlowReturn, Buffer]

Allocate memory for a buffer.

do_create() tuple[FlowReturn, Buffer]

Ask the subclass to create a buffer, the default implementation will call alloc if no allocated buf is provided and then call fill.

do_fill(buf: Buffer) FlowReturn

Ask the subclass to fill the buffer with data.

Parameters:

buf

Fields

class PushSrc
parent