using new radio packet format
This commit is contained in:
parent
660faff676
commit
5107a365c3
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006, Swedish Institute of Computer Science.
|
||||
* Copyright (c) 2008, Swedish Institute of Computer Science.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: RadioMedium.java,v 1.5 2007/02/28 09:47:45 fros4943 Exp $
|
||||
* $Id: RadioMedium.java,v 1.6 2008/03/18 12:57:04 fros4943 Exp $
|
||||
*/
|
||||
|
||||
package se.sics.cooja;
|
||||
|
@ -144,15 +144,6 @@ public abstract class RadioMedium {
|
|||
*/
|
||||
public abstract RadioConnection[] getLastTickConnections();
|
||||
|
||||
/**
|
||||
* Set an overall connection logger. This logger will see all connections in
|
||||
* the radio medium.
|
||||
*
|
||||
* @param logger
|
||||
* New overall connection logger.
|
||||
*/
|
||||
public abstract void setConnectionLogger(ConnectionLogger logger);
|
||||
|
||||
/**
|
||||
* Returns XML elements representing the current config of this radio medium.
|
||||
* This is fetched by the simulator for example when saving a simulation
|
||||
|
|
Loading…
Reference in a new issue