edu.cmu.emulator.controlComm
Class MessageJitter
java.lang.Object
RealtimeThread
edu.cmu.emulator.controlComm.MessageJitter
public class MessageJitter
- extends RealtimeThread
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
usecs
protected long usecs
msecs
protected long msecs
nsecs
protected int nsecs
trials
protected int trials
refRTClock
protected Clock refRTClock
port
protected int port
address
protected InetAddress address
socket
protected DatagramSocket socket
packet
protected DatagramPacket packet
sendBuf
protected byte[] sendBuf
MessageJitter
MessageJitter(InetAddress dst,
int dport,
long usecs,
int trials)
throws SocketException
- Throws:
SocketException
run
public void run()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.