|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RadioInfo.RadioInfoShared in driver |
---|
Methods in driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static void |
aodvsim.addNode(driver.aodvsim.CommandLineOptions opts,
int i,
java.util.Vector routers,
RouteAodv.AodvStats stats,
Field field,
Placement place,
RadioInfo.RadioInfoShared radioInfo,
Mapper protMap,
PacketLoss inLoss,
PacketLoss outLoss)
Add node to the field and start it. |
static void |
bordercast.addNode(driver.bordercast.CommandLineOptions opts,
int i,
java.util.Vector routers,
RouteZrp.ZrpStats stats,
Field field,
Placement place,
RadioInfo.RadioInfoShared radioInfo,
Mapper protMap,
PacketLoss inLoss,
PacketLoss outLoss)
Add node to the field and start it. |
static void |
aodvtest.createNode(int i,
Field field,
float x,
float y,
RadioInfo.RadioInfoShared radioInfoShared,
Mapper protMap,
java.lang.Class appClass,
PacketLoss plIn,
PacketLoss plOut)
Create node at location (x,y) |
static void |
heartbeat.createNode(int i,
Field field,
Placement placement,
RadioInfo.RadioInfoShared radioInfoShared,
Mapper protMap,
PacketLoss plIn,
PacketLoss plOut)
Initialize simulation node. |
static void |
ndp.createNode(int i,
Field field,
Placement placement,
RadioInfo.RadioInfoShared radioInfoShared,
Mapper protMap,
PacketLoss plIn,
PacketLoss plOut)
Initialize simulation node. |
static RadioNoise |
ip.createRadio(int type,
int i,
RadioInfo.RadioInfoShared radioInfoShared)
|
Uses of RadioInfo.RadioInfoShared in jist.swans.radio |
---|
Fields in jist.swans.radio declared as RadioInfo.RadioInfoShared | |
---|---|
protected RadioInfo.RadioInfoShared |
RadioInfo.shared
Timeless information possibly shared among numerous Radio instances (only to save simulation memory). |
Methods in jist.swans.radio that return RadioInfo.RadioInfoShared | |
---|---|
static RadioInfo.RadioInfoShared |
RadioInfo.createShared(double frequency,
int bandwidth,
double transmit,
double gain,
double sensitivity_mW,
double threshold_mW,
double temperature,
double thermalFactor,
double ambientNoise_mW)
Create shared radio parameters. |
RadioInfo.RadioInfoShared |
RadioInfo.getShared()
Return shared radio properties. |
Constructors in jist.swans.radio with parameters of type RadioInfo.RadioInfoShared | |
---|---|
RadioInfo(RadioInfo.RadioInfoUnique unique,
RadioInfo.RadioInfoShared shared)
Create radio information object with shared and unique properties. |
|
RadioNoise(int id,
RadioInfo.RadioInfoShared sharedInfo)
Create a new radio. |
|
RadioNoiseAdditive(int id,
RadioInfo.RadioInfoShared shared)
Create new radio with additive noise model. |
|
RadioNoiseAdditive(int id,
RadioInfo.RadioInfoShared shared,
BERTable ber)
Create a new radio with additive noise model. |
|
RadioNoiseAdditive(int id,
RadioInfo.RadioInfoShared shared,
float snrThreshold_mW)
Create a new radio with additive noise model. |
|
RadioNoiseIndep(int id,
RadioInfo.RadioInfoShared sharedInfo)
Create new radio with independent noise model. |
|
RadioNoiseIndep(int id,
RadioInfo.RadioInfoShared sharedInfo,
double thresholdSNR)
Create new radio with independent noise model. |
Uses of RadioInfo.RadioInfoShared in shaohua_project.sweep.driver |
---|
Methods in shaohua_project.sweep.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Sweep.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.driver |
---|
Methods in sidnet.stack.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Test802_15_4.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats,
int nodesCount,
java.lang.String junitTest)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.std.mac.ieee802_15_4 |
---|
Constructors in sidnet.stack.std.mac.ieee802_15_4 with parameters of type RadioInfo.RadioInfoShared | |
---|---|
Mac802_15_4Impl(MacAddress addr,
RadioInfo.RadioInfoShared radioInfo,
EnergyManagement energyManagement,
Node myNode)
|
|
Mac802_15_4Impl(MacAddress addr,
RadioInfo.RadioInfoShared radioInfo,
EnergyManagement energyManagement,
Node myNode,
sidnet.stack.std.mac.ieee802_15_4.MAC_PIB mp)
|
|
Phy802_15_4Impl(int id,
RadioInfo.RadioInfoShared sharedInfo,
EnergyManagement energyManagementUnit,
Node myNode,
long toSleepTimerPeriod)
|
|
Phy802_15_4Impl(PHY_PIB pp,
int id,
RadioInfo.RadioInfoShared sharedInfo,
EnergyManagement energyManagementUnit,
Node myNode,
long toSleepTimerPeriod)
|
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.alternating_tree.driver |
---|
Methods in sidnet.stack.users.alternating_tree.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
AlternatingTreeWithBezier.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
static Node |
AlternatingTreeWithKShort.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.Bezier.driver |
---|
Methods in sidnet.stack.users.Bezier.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Bezier.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.demo_multi_tree.driver |
---|
Methods in sidnet.stack.users.demo_multi_tree.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_DemoMultiTree.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
Battery battery,
SimManager simControl)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.EECS510.driver |
---|
Methods in sidnet.stack.users.EECS510.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Assignment2.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.geographical_tree_aggregation.driver |
---|
Methods in sidnet.stack.users.geographical_tree_aggregation.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_GeographicalTreeAggregation.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
Battery battery,
SimManager simControl,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.k_shortest_path.driver |
---|
Methods in sidnet.stack.users.k_shortest_path.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_kShortestPath.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.marco_project.image_charges.driver |
---|
Methods in sidnet.stack.users.marco_project.image_charges.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_ElectrostaticRouting.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.marco_project.node_centric.driver |
---|
Methods in sidnet.stack.users.marco_project.node_centric.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_ElectrostaticRouting.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.marco_project.packet_centric.driver |
---|
Methods in sidnet.stack.users.marco_project.packet_centric.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_ElectrostaticRouting.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.sample_p2p.driver |
---|
Methods in sidnet.stack.users.sample_p2p.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_SampleP2P.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.SenSys08.driver |
---|
Methods in sidnet.stack.users.SenSys08.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_SenSys08_GeographicalTreeAggregation.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
Battery battery,
SimManager simControl,
StatsCollector stats)
Configures each node representation and network stack |
static Node |
Driver_SenSys08Demo_Deployment.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
static Node |
Driver_SenSys08_P2P.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
Battery battery,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.topological_tree_aggregation.driver |
---|
Methods in sidnet.stack.users.topological_tree_aggregation.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_TopologicalTreeAggregation.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
Battery battery,
SimManager simControl,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.triggers_project.driver |
---|
Methods in sidnet.stack.users.triggers_project.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Triggers.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
Battery battery,
SimManager simControl,
StatsCollector stats)
Configures each node representation and network stack |
Uses of RadioInfo.RadioInfoShared in sidnet.stack.users.waspsample.driver |
---|
Methods in sidnet.stack.users.waspsample.driver with parameters of type RadioInfo.RadioInfoShared | |
---|---|
static Node |
Driver_Wasp.createNode(int id,
Field field,
Placement placement,
Mapper protMap,
RadioInfo.RadioInfoShared radioInfoShared,
PacketLoss plIn,
PacketLoss plOut,
PanelContext hostPanelContext,
LocationContext fieldContext,
SimManager simControl,
StatsCollector stats,
TopologyGUI topologyGUI)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |