Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 653 Bytes

sdd.md

File metadata and controls

33 lines (17 loc) · 653 Bytes
<title>Fw::Time Port SDD</title> # Fw::Time Port

1. Introduction

The Fw::Time port is used to pass time stamps around the system, either for telemetry and events or other uses.

2. Design

2.1 Context

2.1.1 Port Diagram

The Fw::Time port has the following port diagram:

Fw::Time Diagram

2.1.2 Serializables

The Fw::Time port uses the following serializable:

2.1.2.1 Fw::Time

Fw::Time is a class that stores the time base (project specific), seconds and microseconds of the time stamp.

3. Change Log

Date Description
6/19/2015 Initial Version