Back to Fprime

Svc::Poly Port

Svc/PolyIf/docs/sdd.md

4.2.2895 B
Original Source

Svc::Poly Port

1. Introduction

The Svc::Poly is used to pass the polymorphic Fw::PolyType between components. See the Svc::PolyType description for details on the class.

The arguments are as follows:

ArgumentDescriptionValues
entryThe index of the entry in the table
statusThe status of the measurementMEASUREMENT_OK = normal measurement, MEASUREMENT_FAILURE = error reading measurement, MEASUREMENT_STALE = measurement out of date
timeThe time tag of the measurement
valThe value of the measurement

2. Design

2.1 Context

2.1.1 Port Diagram

The Svc::Poly port has the following port diagram:

3. Change Log

DateDescription
6/24/2015Initial Version
1/7/2016Added BDD diagram