Skip to content

CircularBuffer should implement the SerializeBufferBase interface #3429

@thomas-bc

Description

@thomas-bc
F´ Version v3.6.2
Affected Component CircularBuffer / SerializeBufferBase

Feature Description

A CircularBuffer can and likely should implement the same interface as SerializeBufferBase. Currently SerializeBufferBase isn't strictly an interface; but we likely can abstract the interface into a SerializeBufferInterface, and have both SerializeBufferBase and CircularBuffer implement it.

Rationale

This would allow serializing/deserializing directly from/into a CircularBuffer. This is currently a known limitation/inefficiency in the FprimeFrameDetector

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions