Package avrora.sim.radio

Examples of avrora.sim.radio.Channel


     */
    public LocalAirImpl(Radio r, Position pos, Synchronizer synch) {
        position = pos;
        neighbors = new LinkedList();
        radio = r;
        radioChannel = new Channel(8, bytePeriod, true);
        synchronizer = synch;
    }
View Full Code Here

TOP

Related Classes of avrora.sim.radio.Channel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.