F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
The Svc::PosixTime
is a component that provides system time on Posix systems. It implements the Time interface.
Requirement | Description | Verification |
---|---|---|
SVC-POSIX-TIME-001 | Svc::PosixTime shall return current system time as an Fw::Time objects in response to the timeGetPort port call | Unit Test |
Svc::PosixTime
has a single port. It has no data types, commands, events, telemetry channels, nor substantial algorithms.
Port | Kind | Data Type | Description |
---|---|---|---|
timeGetPort | sync input | Fw.Time | Port returning current system design |
Date | Description |
---|---|
4/20/2017 | Initial Version |
10/12/2023 | Reworked into Svc::PosixTime |