Characterization of a two port network. More...
#include <plc-edge.h>
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) |
Characterization of a two port network.
Characterization of a two port network by its A,B,C,D parameters
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
sm | Used spectrum model |
from | First node |
to | Second node |
A | |
B | |
C | |
D |