CoreDX DDS
C# Reference Manual

DeadlineQosPolicy Struct Reference

This QoS policy establishes a minimum update period for data instances. More...

List of all members.

Public Attributes

Duration_t period

Detailed Description

This QoS policy establishes a minimum update period for data instances.

DataWriters specify that each data instance will be updated at least once every 'period'. A DataReader requests that the Writer commit to updating each instance at least once every 'period'.

The policy is compatible (between a Writer and a Reader) if the offered deadline period <= requested deadline period.

If a DataWriter fails to meet the update period, then the DataWriter is notified by a call to the offered_deadline_missed listener, and the DataReader is notified by a call to the requested_deadlin_missed listener.

See also:
DataReaderListener::on_requested_deadline_missed
DataWriterListener::on_offered_deadline_missed

Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties

© 2009-2011 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.