Defines how an input node publish stored msgs. More…
#include <computational_node_policies.h> enum MsgPublishPolicy { LAST, ALL, };
Defines how an input node publish stored msgs.
LAST
only sends the last msg received
ALL
sends all msgs received since last ‘compute’ call