Manager for priority-aware inputs to a given port. More...
#include <priority_carrier/PriorityCarrier.h>
Public Member Functions | |
virtual | ~PriorityGroup () |
virtual bool | acceptIncomingData (yarp::os::ConnectionReader &reader, PriorityCarrier *source) |
bool | recalculate (double t) |
Class PriorityGroup. | |
![]() | |
PeerRecord ()=default | |
PeerRecord (const PeerRecord &alt)=default | |
void | add (PriorityCarrier *entity) |
void | remove (PriorityCarrier *entity) |
PriorityCarrier * | getFirst () |
Public Attributes | |
yarp::sig::Matrix | InvA |
yarp::sig::Matrix | B |
yarp::sig::Matrix | Y |
yarp::sig::Matrix | X |
![]() | |
map_type | peerSet |
Additional Inherited Members | |
![]() | |
typedef PriorityCarrier | peer_type |
typedef std::map< PriorityCarrier *, bool > | map_type |
typedef map_type::iterator | iterator |
typedef map_type::const_iterator | const_iterator |
Manager for priority-aware inputs to a given port.
Definition at line 29 of file PriorityCarrier.h.
|
inlinevirtual |
Definition at line 33 of file PriorityCarrier.h.
|
virtual |
Definition at line 308 of file PriorityCarrier.cpp.
Class PriorityGroup.
Definition at line 240 of file PriorityCarrier.cpp.
yarp::sig::Matrix PriorityGroup::B |
Definition at line 40 of file PriorityCarrier.h.
yarp::sig::Matrix PriorityGroup::InvA |
Definition at line 39 of file PriorityCarrier.h.
yarp::sig::Matrix PriorityGroup::X |
Definition at line 42 of file PriorityCarrier.h.
yarp::sig::Matrix PriorityGroup::Y |
Definition at line 41 of file PriorityCarrier.h.