17 #ifndef DOXYGEN_OMIT_INTERNAL 23 #endif // DOXYGEN_OMIT_INTERNAL 54 const
Info& operator[](
size_t index) const;
A list of Info objects that can be received from a Group of modules; the size() must match the number...
size_t size() const
Returns the number of module infos in this group info.
struct _HebiGroupInfo * HebiGroupInfoPtr
The C-style's API representation of group info.
Info objects have various fields representing the module state; which fields are populated depends on...
GroupInfo(size_t number_of_modules)
Create a group info with the specified number of modules.
bool writeGains(const std::string &file) const
Export the gains from this GroupInfo object into a file, creating it as necessary.
Eigen::VectorXd getSpringConstant() const
Convenience function for returning spring constant values.
~GroupInfo() noexcept
Destructor cleans up group info object as necessary.
std::vector< Info > infos_
HebiGroupInfoPtr internal_
const size_t number_of_modules_