INET Framework for OMNeT++/OMNEST
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode Class Reference

#include <ConvolutionalCoder.h>

Public Member Functions

 TrellisGraphNode ()
 
 TrellisGraphNode (int symbol, int state, int prevState, int hammingDistance, int numberOfErrors, unsigned int depth)
 

Public Attributes

int symbol
 
int state
 
int prevState
 
int comulativeHammingDistance
 
int numberOfErrors
 
unsigned int depth
 

Constructor & Destructor Documentation

◆ TrellisGraphNode() [1/2]

inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::TrellisGraphNode ( )
inline

◆ TrellisGraphNode() [2/2]

inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::TrellisGraphNode ( int  symbol,
int  state,
int  prevState,
int  hammingDistance,
int  numberOfErrors,
unsigned int  depth 
)
inline

Member Data Documentation

◆ comulativeHammingDistance

int inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::comulativeHammingDistance

◆ depth

unsigned int inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::depth

◆ numberOfErrors

int inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::numberOfErrors

◆ prevState

int inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::prevState

◆ state

int inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::state

◆ symbol


The documentation for this class was generated from the following file:
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::prevState
int prevState
Definition: ConvolutionalCoder.h:46
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::symbol
int symbol
Definition: ConvolutionalCoder.h:44
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::depth
unsigned int depth
Definition: ConvolutionalCoder.h:49
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::comulativeHammingDistance
int comulativeHammingDistance
Definition: ConvolutionalCoder.h:47
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::state
int state
Definition: ConvolutionalCoder.h:45
inet::physicallayer::ConvolutionalCoder::TrellisGraphNode::numberOfErrors
int numberOfErrors
Definition: ConvolutionalCoder.h:48