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] - Blame information for rev 51

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

Line No. Rev Author Line
1 51 nyawn
package advancedWatchpointControl;
2
 
3
public interface TargetTransaction {
4
 
5
        // The RSP (or other encoding / sending algorithm) can
6
        // call this method to get the pre-formatted packet which should be
7
        // encoded and sent
8
        public String getDataToSend();
9
 
10
        // This should be called by the receiving portion of the RSP
11
        // algorithm each time a new character is received from the
12
        // network and decoded.  It returns true so long as it wants
13
        // another character.  It 
14
        public boolean receivePacket(String pkt);
15
 
16
}

powered by: WebSVN 2.1.0

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