#include <trx.h>
Public Member Functions | |
bool | assignTRX (long lightpath, int wavelength) |
Assign a Tx/Rx for a lightpath for a specific wavelength. | |
bool | resetTRX (long lightpath) |
Reset the Tx/Rx component which is associated with the lightpath. | |
std::string & | toString () |
Convert this object to string. | |
TunableTRXArray (u_int count, int lowRange, int highRange) | |
Construct a new TunableTRXArray array object. | |
Private Attributes | |
TRX * | _array |
u_int | _count |
Number of transceiver components in the Tunable TX/RX array. | |
std::string | _descStr |
Description string. |
This is used in the implementation of a GroomerNode
|
Construct a new
|
|
Assign a Tx/Rx for a lightpath for a specific wavelength.
|
|
Reset the Tx/Rx component which is associated with the lightpath.
|
|
Convert this object to string.
|
|
|
|
Number of transceiver components in the Tunable TX/RX array.
|
|
Description string.
|