This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.f_qos:latency_budget [2021/06/08 14:33] char created |
dido:public:ra:xapend:xapend.f_qos:latency_budget [2021/10/03 23:27] (current) 66.249.69.248 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== F.7 Deadline ====== | + | ====== F.8 Latency Budget ====== |
| - | [[dido:public:ra:xapend:xapend.f_qos| Return to Quality of Service ]] | + | [[dido:public:ra:xapend:xapend.f_qos:start| Return to DDS Quality of Service ]] |
| + | |||
| + | The [[dido:public:ra:xapend:xapend.a_glossary:l:latency_budget_qos|LATENCY_BUDGET]] [[dido:public:ra:xapend:xapend.a_glossary:p:policy|policy]] provides a means for the [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] to indicate to the [[dido:public:ra:xapend:xapend.a_glossary:m:midware|middleware]] the “urgency” of the data-communication. By having a non-zero ''duration'' the Service can optimize its internal operation. | ||
| + | |||
| + | This policy is considered a hint. There is no specified mechanism as to how the service should take advantage of this hint. | ||
| + | |||
| + | The value offered is considered compatible with the value requested if and only if the inequality “offered ''duration <='' requested ''duration''” evaluates to ''TRUE''. | ||
| + | |||
| + | Source: [[https://www.omg.org/spec/DDS/1.4/PDF | DDS 1.4 Spec]] | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||
| + | |||