OpenCores
URL https://opencores.org/ocsvn/adv_debug_sys/adv_debug_sys/trunk

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [trunk/] [Software/] [AdvancedWatchpointControl/] [src/] [advancedWatchpointControl/] [TargetTransaction.java] - Rev 51

Go to most recent revision | Compare with Previous | Blame | View Log

package advancedWatchpointControl;
 
public interface TargetTransaction {
 
	// The RSP (or other encoding / sending algorithm) can
	// call this method to get the pre-formatted packet which should be
	// encoded and sent
	public String getDataToSend();
 
	// This should be called by the receiving portion of the RSP
	// algorithm each time a new character is received from the
	// network and decoded.  It returns true so long as it wants
	// another character.  It 
	public boolean receivePacket(String pkt);
 
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.