|
NAMEsc::BcastStateRecv - BcastStateRecv does the receive part of a broadcast of an object to all nodes.SYNOPSIS#include <mstate.h> Inherits sc::MsgStateRecv. Public Member FunctionsBcastStateRecv (const Ref< MessageGrp > &, int source=0) Create the BcastStateRecv. void source (int s) Set the source node. Protected Member Functionsvoid next_buffer () Specializations must implement next_buffer(). Protected Attributesint source_ Detailed DescriptionBcastStateRecv does the receive part of a broadcast of an object to all nodes.Only one node uses a BcastStateSend and the rest must use a BcastStateRecv. Member Function Documentationvoid sc::BcastStateRecv::next_buffer () [protected], [virtual]Specializations must implement next_buffer().Implements sc::MsgStateBufRecv. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |