31 #include "../ConnPolicy.hpp" 38 , multiple_writers_(false)
39 , multiple_readers_(false)
43 : max_threads_(max_threads)
44 , multiple_writers_(false)
45 , multiple_readers_(true)
50 , multiple_writers_(policy.buffer_policy ==
PerInputPort || policy.buffer_policy ==
Shared)
51 , multiple_readers_(policy.buffer_policy ==
PerOutputPort || policy.buffer_policy ==
Shared)
54 if (multiple_writers_) {
57 if (multiple_readers_) {
unsigned int max_threads() const
A connection policy object describes how a given connection should behave.
int max_threads
The maximum number of threads that will access the connection data or buffer object.
Base classes of RTT classes.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.