# Ref::SendBuffApp Component

## 1. Introduction

The `Ref::SendBuffApp` is a demonstration component that sends data buffers to `Ref::RecvBuffApp` ([SDD](../../RecvBuffApp/docs/sdd.md))

## 2. Requirements

The requirements for `Ref::SendBuffApp` are as follows:

Requirement | Description | Verification Method
----------- | ----------- | -------------------
ISF-RBF-001 | The `Ref::SendBuffApp` component shall send buffers | System test
ISF-RBF-002 | The `Ref::SendBuffApp` component shall provide the ability to inject errors | System test

## 3. Design

### 3.1 Context

#### 3.1.1 Component Diagram

The `Ref::SendBuffApp` component has the following component diagram:

![`Ref::SendBuffApp` Diagram](img/SendBuffBDD.jpg "Ref::SendBuffApp")

## 4. Dictionaries

## 5. Module Checklists

## 6. Unit Testing

## 7. Change Log

Date | Description
---- | -----------
4/20/2017 | Initial Version



