示例#1
0
def orbpkt_string(srcname, time, packet, nbytes):
    """Convert an orb packet to string representation"""

    try:

        ret = _orb._orbpkt_string(srcname, time, packet, nbytes)

    except _orb._ElogException, _e: 

        stock._raise_elog(_e)
示例#2
0
def orbpkt_string(srcname, time, packet, nbytes):
    """Convert an orb packet to string representation"""

    try:

        ret = _orb._orbpkt_string(srcname, time, packet, nbytes)

    except _orb._ElogException, _e:

        stock._raise_elog(_e)
示例#3
0
def orbpkt_string(srcname, time, packet, nbytes):
    """Convert an orb packet to string representation"""

    return _orb._orbpkt_string(srcname, time, packet, nbytes)