F´ Flight Software - C/C++ Documentation  NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Svc::Sched Port

Svc::Sched Port

1. Introduction

The Svc::Sched port is used to invoke components used in the scheduling of the application. It has a argument that specifies the invocation order, so components can take different actions depending on the call order.

2. Design

2.1 Context

2.1.1 Port Diagram

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

Svc::Sched Diagram

2.1.2 Serializables

The Svc::Sched port does not use any serializables for arguments.

3. Change Log

Date Description
6/19/2015 Initial Version