38 const PndFeedbackPtr &
operator[](
size_t index)
const;
57 const bool manage_pointer_lifetime_;
62 const size_t number_of_modules_;
67 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:21
const PndFeedbackPtr & operator[](size_t index) const
Access the feedback for an individual module.
Definition groupFeedback.cpp:27
const int Duration()
Get the duration of the command sent to recv.
Definition groupFeedback.hpp:43
PndGroupFeedbackPtr internal_
Definition groupFeedback.hpp:50
size_t size() const
Returns the number of module feedbacks in this group feedback.
Definition groupFeedback.cpp:25