ns-3 PLC model
 All Classes Functions Variables Enumerations
Public Member Functions | Static Public Member Functions
ns3::PLC_TwoPort Class Reference

Characterization of a two port network. More...

#include <plc-edge.h>

Inheritance diagram for ns3::PLC_TwoPort:
ns3::PLC_Edge

List of all members.

Public Member Functions

 PLC_TwoPort (Ptr< const SpectrumModel > sm, Ptr< PLC_Node > from, Ptr< PLC_Node > to, Ptr< PLC_ValueBase > A, Ptr< PLC_ValueBase > B, Ptr< PLC_ValueBase > C, Ptr< PLC_ValueBase > D)

Static Public Member Functions

static TypeId GetTypeId (void)

Detailed Description

Characterization of a two port network.

Characterization of a two port network by its A,B,C,D parameters


Constructor & Destructor Documentation

ns3::PLC_TwoPort::PLC_TwoPort ( Ptr< const SpectrumModel >  sm,
Ptr< PLC_Node from,
Ptr< PLC_Node to,
Ptr< PLC_ValueBase A,
Ptr< PLC_ValueBase B,
Ptr< PLC_ValueBase C,
Ptr< PLC_ValueBase D 
)

Constructor

A,B,C,D parameters have to be an instance of PLC_ValueBase subclasses

Parameters:
smUsed spectrum model
fromFirst node
toSecond node
A
B
C
D

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations