|
WSF
|
#include "wsf_export.h"#include <string>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::comm |
| namespace | wsf::comm::util |
Enumerations | |
| enum | wsf::comm::util::Recipient { wsf::comm::util::cCOMMANDER = 1 , wsf::comm::util::cPEERS = 2 , wsf::comm::util::cSUBORDINATES = 4 } |
Selection methods | |
| Comm * | wsf::comm::util::SelectDevice (WsfPlatform *aSourcePtr, WsfPlatform *aTargetPtr) |
| void | wsf::comm::util::SelectRecipients (WsfCommandChain *aCmdChainPtr, int aRecipientMask, std::vector< WsfPlatform * > &aRecipients) |
| void | wsf::comm::util::SelectRecipients (WsfPlatform *aSenderPtr, WsfGroup *aGroupPtr, std::vector< WsfPlatform * > &aRecipients) |
| std::string | wsf::comm::util::LocalSlaveNetworkName (Comm &aComm) |
| std::string | wsf::comm::util::LocalMasterNetworkName (Comm &aComm) |