org.mobicents.media.server.impl.resource.ss7
Class FastHDLC

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.ss7.FastHDLC

public class FastHDLC
extends java.lang.Object

Author:
kulikov

Field Summary
static int CONTROL_ABORT
           
static int CONTROL_COMPLETE
           
static int DATA_MASK
           
static int FRAME_SEARCH
           
static int ONES_MASK
           
static int PROCESS_FRAME
           
static int RETURN_COMPLETE_FLAG
           
static int RETURN_DISCARD_FLAG
           
static int RETURN_EMPTY_FLAG
           
static int STATE_MASK
           
static int STATUS_CONTROL
           
static int STATUS_MASK
           
static int STATUS_VALID
           
 
Constructor Summary
FastHDLC()
           
 
Method Summary
 void fasthdlc_init(HdlcState h)
           
 void fasthdlc_precalc()
           
 int fasthdlc_rx_load_nocheck(HdlcState h, int b)
           
 int fasthdlc_rx_load(HdlcState h, int b)
           
 int fasthdlc_rx_run(HdlcState h)
           
 int fasthdlc_tx_frame_nocheck(HdlcState h)
           
 int fasthdlc_tx_frame(HdlcState h)
           
 int fasthdlc_tx_load_nocheck(HdlcState h, int c)
           
 int fasthdlc_tx_load(HdlcState h, int c)
           
 int fasthdlc_tx_run_nocheck(HdlcState h)
           
 int fasthdlc_tx_run(HdlcState h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETURN_COMPLETE_FLAG

public static final int RETURN_COMPLETE_FLAG
See Also:
Constant Field Values

RETURN_DISCARD_FLAG

public static final int RETURN_DISCARD_FLAG
See Also:
Constant Field Values

RETURN_EMPTY_FLAG

public static final int RETURN_EMPTY_FLAG
See Also:
Constant Field Values

FRAME_SEARCH

public static final int FRAME_SEARCH
See Also:
Constant Field Values

PROCESS_FRAME

public static final int PROCESS_FRAME
See Also:
Constant Field Values

CONTROL_COMPLETE

public static final int CONTROL_COMPLETE
See Also:
Constant Field Values

CONTROL_ABORT

public static final int CONTROL_ABORT
See Also:
Constant Field Values

STATUS_MASK

public static final int STATUS_MASK
See Also:
Constant Field Values

STATUS_VALID

public static final int STATUS_VALID
See Also:
Constant Field Values

STATUS_CONTROL

public static final int STATUS_CONTROL
See Also:
Constant Field Values

STATE_MASK

public static final int STATE_MASK
See Also:
Constant Field Values

ONES_MASK

public static final int ONES_MASK
See Also:
Constant Field Values

DATA_MASK

public static final int DATA_MASK
See Also:
Constant Field Values
Constructor Detail

FastHDLC

public FastHDLC()
Method Detail

fasthdlc_precalc

public void fasthdlc_precalc()

fasthdlc_init

public void fasthdlc_init(HdlcState h)

fasthdlc_tx_load_nocheck

public int fasthdlc_tx_load_nocheck(HdlcState h,
                                    int c)

fasthdlc_tx_load

public int fasthdlc_tx_load(HdlcState h,
                            int c)

fasthdlc_tx_frame_nocheck

public int fasthdlc_tx_frame_nocheck(HdlcState h)

fasthdlc_tx_frame

public int fasthdlc_tx_frame(HdlcState h)

fasthdlc_tx_run_nocheck

public int fasthdlc_tx_run_nocheck(HdlcState h)

fasthdlc_tx_run

public int fasthdlc_tx_run(HdlcState h)

fasthdlc_rx_load_nocheck

public int fasthdlc_rx_load_nocheck(HdlcState h,
                                    int b)

fasthdlc_rx_load

public int fasthdlc_rx_load(HdlcState h,
                            int b)

fasthdlc_rx_run

public int fasthdlc_rx_run(HdlcState h)


Copyright © 2010. All Rights Reserved.