![]() |
fpmas 1.6
|
#include <data_update_pack.h>
Public Member Functions | |
NodeUpdatePack (DistributedId id, const T &data, float weight) | |
![]() | |
DataUpdatePack (DistributedId id, const T &data) | |
Public Attributes | |
float | updated_weight |
![]() | |
DistributedId | id |
T | updated_data |
Structure used to send and receive node updates, including data and weight.
|
inline |
NodeUpdatePack constructor.
id | associated node id |
data | reference to sent / received data |
weight | updated weight |
float fpmas::synchro::NodeUpdatePack< T >::updated_weight |
Updated weight.