Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 644 Bytes

sdd.md

File metadata and controls

30 lines (16 loc) · 644 Bytes
<title>Svc::Sched Port SDD</title> # 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