Back to Fprime

Ref::BlockDriver Component

Ref/BlockDriver/docs/sdd.md

4.2.21.1 KB
Original Source

Ref::BlockDriver Component

1. Introduction

The Ref::BlockDriver is a demonstration component that loops back data buffers. It also emulates a timing interrupt driven by the public method void callIsr(void).

2. Requirements

The requirements for Ref::BlockDriver are as follows:

RequirementDescriptionVerification Method
ISF-BDV-001The Ref::BlockDriver component shall loop back packets from its input port to its output portSystem test, unit test
ISF-BDV-002The Ref::BlockDriver component shall loop back the key value from PingIn port to PingOut portSystem test, unit test

3. Design

3.1 Context

3.1.1 Component Diagram

The Ref::BlockDriver component has the following component diagram:

4. Dictionaries

TBD

5. Module Checklists

6. Unit Testing

7. Change Log

DateDescription
4/20/2017Initial Version
5/11/2025Add requirement for ping key loopback
6/4/2025Move from Drv to Ref