15#ifndef FASTDDS_RTPS_FLOWCONTROL__FLOWCONTROLLERSCHEDULERPOLICY_HPP
16#define FASTDDS_RTPS_FLOWCONTROL__FLOWCONTROLLERSCHEDULERPOLICY_HPP
FlowControllerSchedulerPolicy
Supported scheduler policy by a flow controller.
Definition FlowControllerSchedulerPolicy.hpp:31
@ PRIORITY_WITH_RESERVATION
Priority with reservation scheduler policy: guarantee each DataWriter's minimum reservation of throug...
@ ROUND_ROBIN
Round Robin scheduler policy: schedules one sample of each DataWriter in circular order.
@ HIGH_PRIORITY
High priority scheduler policy: samples with highest priority are scheduled first to be sent to netwo...
@ FIFO
FIFO scheduler policy: first written sample by user, first sample scheduled to be sent to network.