|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in at.jku.fim.datalinksimulation.genericdevices |
---|
Fields in at.jku.fim.datalinksimulation.genericdevices declared as Logger | |
---|---|
protected Logger |
NetworkStation.logger
|
protected Logger |
InterlinkingDevice.logger
each interlinking device has its own log |
Uses of Logger in at.jku.fim.datalinksimulation.layer1.wire.damagedwire |
---|
Fields in at.jku.fim.datalinksimulation.layer1.wire.damagedwire declared as Logger | |
---|---|
protected Logger |
SimpleDamagingStrategy.logger
Logger instance to use |
Uses of Logger in at.jku.fim.datalinksimulation.layer2.filters |
---|
Methods in at.jku.fim.datalinksimulation.layer2.filters with parameters of type Logger | |
---|---|
RawData |
EasyL2v2DestuffingFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2SanityCheckFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2DestinationFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2DecodingFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2CRCCheckFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2v2StuffingFilter.encode(NetworkStackParameters params,
RawData data,
Logger logger)
|
RawData |
EasyL2EncodingFilter.encode(NetworkStackParameters params,
RawData data,
Logger logger)
|
Uses of Logger in at.jku.fim.datalinksimulation.layer2.protocols |
---|
Methods in at.jku.fim.datalinksimulation.layer2.protocols with parameters of type Logger | |
---|---|
static java.util.BitSet |
EasyL2v2Utils.convert_EasyL2_To_EasyL2v2(java.util.BitSet frame,
Logger logger)
This method converts an EasyL2 frame to EasyL2v2; frame marking (adding 01111110 to begin and end or frame) and bitstuffing is done. |
static java.util.BitSet |
EasyL2v2Utils.convert_EasyL2v2_To_EasyL2(java.util.BitSet frame,
Logger logger)
This method removes converts an EasyL2v2 frame into an EasyL2 frame. |
static RawData |
EasyL2Utils.createFrame(EasyL2FrameData content,
Logger logger)
"Serialize" an EasyL2 object so that it can be transferred over network |
static EasyL2FrameData |
EasyL2Utils.interpretRawData(RawData data,
Logger logger)
Interpret raw data as EasyL2 frame; if not successful, null is returned |
Uses of Logger in at.jku.fim.datalinksimulation.layer7 |
---|
Methods in at.jku.fim.datalinksimulation.layer7 that return Logger | |
---|---|
abstract Logger |
Application.getLogger()
|
Uses of Logger in at.jku.fim.datalinksimulation.layer7.enduser |
---|
Fields in at.jku.fim.datalinksimulation.layer7.enduser declared as Logger | |
---|---|
protected Logger |
TextSendingApplication.logger
Associated Logger component |
protected Logger |
TextReceivingApplication.logger
Associated logger component |
Methods in at.jku.fim.datalinksimulation.layer7.enduser that return Logger | |
---|---|
Logger |
TextSendingApplication.getLogger()
|
Logger |
TextReceivingApplication.getLogger()
|
Methods in at.jku.fim.datalinksimulation.layer7.enduser with parameters of type Logger | |
---|---|
void |
TextSendingApplication.setParentLogger(Logger parent)
|
void |
TextReceivingApplication.setParentLogger(Logger parent)
|
Uses of Logger in at.jku.fim.datalinksimulation.layer7.networkdevice |
---|
Methods in at.jku.fim.datalinksimulation.layer7.networkdevice that return Logger | |
---|---|
Logger |
DataReflectApplication.getLogger()
|
Uses of Logger in at.jku.fim.datalinksimulation.networkstack |
---|
Methods in at.jku.fim.datalinksimulation.networkstack with parameters of type Logger | |
---|---|
void |
NetworkStack.setParentLogger(Logger parent)
|
Uses of Logger in at.jku.fim.datalinksimulation.networkstack.incoming |
---|
Fields in at.jku.fim.datalinksimulation.networkstack.incoming declared as Logger | |
---|---|
protected Logger |
IncomingNetworkStack.logger
Associated logger instance |
Methods in at.jku.fim.datalinksimulation.networkstack.incoming with parameters of type Logger | |
---|---|
RawData |
DecodingNetworkFilter.decode(NetworkStackParameters params,
RawData data,
Logger logger)
Performs a decoding step within the incoming network stack |
void |
IncomingNetworkStack.setParentLogger(Logger parent)
|
Uses of Logger in at.jku.fim.datalinksimulation.networkstack.outgoing |
---|
Fields in at.jku.fim.datalinksimulation.networkstack.outgoing declared as Logger | |
---|---|
protected Logger |
OutgoingNetworkStack.logger
Associated logger instance |
Methods in at.jku.fim.datalinksimulation.networkstack.outgoing with parameters of type Logger | |
---|---|
RawData |
EncodingNetworkFilter.encode(NetworkStackParameters params,
RawData data,
Logger logger)
Performs an encoding step within the outgoing network stack |
void |
OutgoingNetworkStack.setParentLogger(Logger parent)
|
Uses of Logger in at.jku.fim.datalinksimulation.scenario.gui |
---|
Methods in at.jku.fim.datalinksimulation.scenario.gui with parameters of type Logger | |
---|---|
private void |
LogPanel._addLogger(Logger currentLogger)
|
Uses of Logger in at.jku.fim.datalinksimulation.utils |
---|
Fields in at.jku.fim.datalinksimulation.utils declared as Logger | |
---|---|
protected Logger |
Logger.parentLogger
parent logger |
Methods in at.jku.fim.datalinksimulation.utils with parameters of type Logger | |
---|---|
void |
Logger.addChildLogger(Logger child)
Define a logger as logging child |
static void |
CRCUtils.insertCrc(java.util.BitSet frame,
Logger logger)
Calculates the CRC of a frame and insert the CRC into the frame. |
private void |
Logger.setParentLogger(Logger parent)
|
static boolean |
CRCUtils.validateCRC(java.util.BitSet frame,
Logger logger)
This methods performs the "sanity-check" of a frame. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |