Struct rta_for_fps_lib::system::System[][src]

pub struct System<'a> { /* fields omitted */ }
Expand description

Type representing a System of Servers

Implementations

Create a new System from a slice of Servers, indexed by their priority, lowest index being the highest priority

Get a slice reference to the systems servers

Calculate the aggregated higher priority demand curve by aggregating the aggregated demand curves of all Servers with higher priority (lower value) than index.

Based on the papers Definition 12.

Calculate the system wide hyper period accounting for all servers and tasks up to and including the server with priority server_index

Section 7.1 §2 Sentence 3, allows to exclude lower priority servers from the swh period calculation, when analysing tasks of a server

Calculate the unconstrained execution curve for the server with priority index.

See Definition 13. of the paper for reference

Calculate the Constrained Execution Curve using Algorithm 4. from the paper TODO more detail, what do the parameters mean

Panics

When a server is not guaranteed its capacity every interval

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.