38 const PndFeedbackPtr &
operator[](
size_t index)
const;
52 const bool manage_pointer_lifetime_;
57 const size_t number_of_modules_;
62 std::vector<PndFeedbackPtr> feedbacks_;
A list of Feedback objects that can be received from a Group of modules; the size() must match the nu...
Definition groupFeedback.hpp:13
~GroupFeedback() noexcept
Destructor cleans up group feedback object as necessary.
Definition groupFeedback.cpp:23
const PndFeedbackPtr & operator[](size_t index) const
Access the feedback for an individual module.
Definition groupFeedback.cpp:30
PndGroupFeedbackPtr internal_
Definition groupFeedback.hpp:45
size_t size() const
Returns the number of module feedbacks in this group feedback.
Definition groupFeedback.cpp:28