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/] [RegisterObserver.java] - Blame information for rev 54

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 54 nyawn
////////////////////////////////////////////////////////////////
2
//
3
// RegisterObserver.java
4
//
5
// Copyright (C) 2010 Nathan Yawn 
6
//                    (nyawn@opencores.org)
7
//
8
// This interface is implemented by (display) classes that
9
// wish to be notified either when the register cache has
10
// changed due to an RSP read, or when their values should be
11
// written to the cache in preparation for an RSP write.
12
//
13
////////////////////////////////////////////////////////////////
14
//
15
// This source file may be used and distributed without
16
// restriction provided that this copyright statement is not
17
// removed from the file and that any derivative work contains
18
// the original copyright notice and the associated disclaimer.
19
// 
20
// This source file is free software; you can redistribute it
21
// and/or modify it under the terms of the GNU General
22
// Public License as published by the Free Software Foundation;
23
// either version 3.0 of the License, or (at your option) any
24
// later version.
25
//
26
// This source is distributed in the hope that it will be
27
// useful, but WITHOUT ANY WARRANTY; without even the implied 
28
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
29
// PURPOSE.  See the GNU Lesser General Public License for more
30
// details.
31
// 
32
// You should have received a copy of the GNU General
33
// Public License along with this source; if not, download it 
34
// from http://www.gnu.org/licenses/gpl.html
35
//
36
////////////////////////////////////////////////////////////////
37 51 nyawn
package advancedWatchpointControl;
38
 
39
public interface RegisterObserver {
40
        public enum updateDirection { GUI_TO_REGS, REGS_TO_GUI }
41
 
42 54 nyawn
        void notifyRegisterUpdate(updateDirection dir) throws NumberFormatException;
43 51 nyawn
}

powered by: WebSVN 2.1.0

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