#include <WiringMethodSelector.h>
Public Member Functions | |
WiringMethodSelector (SimNetwork *net) | |
Associate all available WiringMethod's with the given SimNetwork. | |
WiringMethod & | oneToOne () |
Return reference to an OneToOneWiringMethod. | |
WiringMethod & | simpleAllToAll () |
Return reference to an SimpleAllToAllWiringMethod. | |
WiringMethod & | distributedAllToAll () |
Return reference to an DistributedSyncWiringMethod. | |
Protected Attributes | |
OneToOneWiringMethod | one_to_one |
SimpleAllToAllWiringMethod | simple_all_to_all |
DistributedSyncWiringMethod | distributed_sync |
Definition at line 19 of file WiringMethodSelector.h.
WiringMethodSelector::WiringMethodSelector | ( | SimNetwork * | net | ) | [inline] |
Associate all available WiringMethod's with the given SimNetwork.
Definition at line 23 of file WiringMethodSelector.h.
WiringMethod& WiringMethodSelector::oneToOne | ( | ) | [inline] |
Return reference to an OneToOneWiringMethod.
Definition at line 30 of file WiringMethodSelector.h.
References one_to_one.
WiringMethod& WiringMethodSelector::simpleAllToAll | ( | ) | [inline] |
Return reference to an SimpleAllToAllWiringMethod.
Definition at line 35 of file WiringMethodSelector.h.
References simple_all_to_all.
WiringMethod& WiringMethodSelector::distributedAllToAll | ( | ) | [inline] |
Return reference to an DistributedSyncWiringMethod.
Definition at line 40 of file WiringMethodSelector.h.
References distributed_sync.
OneToOneWiringMethod WiringMethodSelector::one_to_one [protected] |