Back to Fprime

Svc::PosixTime Component

Svc/PosixTime/docs/sdd.md

4.2.21.2 KB
Original Source

Svc::PosixTime Component

1. Introduction

The Svc::PosixTime is a component that provides system time on Posix systems. It implements the Time interface.

2. Requirements

RequirementDescriptionVerification
SVC-POSIX-TIME-001Svc::PosixTime shall return current system time as an Fw::Time objects in response to the timeGetPort port callUnit Test

3. Design

Svc::PosixTime has a single port. It has no data types, commands, events, telemetry channels, nor substantial algorithms.

3.1 Ports

PortKindData TypeDescription
timeGetPortsync inputFw.TimePort returning current system design

7. Change Log

DateDescription
4/20/2017Initial Version
10/12/2023Reworked into Svc::PosixTime