[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Synchronous send operation, which waits until a decision has been made by the target.
template < class _Type > bool send( ITarget<_Type> * _Trg, const _Type& _Data ); template < class _Type > bool send( ITarget<_Type> &_Trg, const _Type &_Data );
A pointer to the target to which data is sent
A reference to the data to be sent
A bool indicating whether something was placed in '_value' or not
For more information, see Message Passing Functions.
Header: agents.h