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

Subversion Repositories leros

[/] [leros/] [trunk/] [java/] [target/] [src/] [com/] [muvium/] [MuviumRunnable.java] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 martin
/*
2 4 martin
   Copyright 2011 James Casca
3 3 martin
   All rights reserved.
4
 
5
   Redistribution and use in source and binary forms, with or without
6
   modification, are permitted provided that the following conditions are met:
7
 
8
      1. Redistributions of source code must retain the above copyright notice,
9
         this list of conditions and the following disclaimer.
10
 
11
      2. Redistributions in binary form must reproduce the above copyright
12
         notice, this list of conditions and the following disclaimer in the
13
         documentation and/or other materials provided with the distribution.
14
 
15
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS
16
   OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
18
   NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
19
   DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
   (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
   LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24
   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
 
26
   The views and conclusions contained in the software and documentation are
27
   those of the authors and should not be interpreted as representing official
28
   policies, either expressed or implied, of the copyright holder.
29
 */
30
 
31 4 martin
package com.muvium;
32 3 martin
 
33 4 martin
public class MuviumRunnable implements Runnable {
34 3 martin
 
35 4 martin
        public void run() {
36
                // TODO Auto-generated method stub
37
 
38 3 martin
        }
39
 
40 4 martin
        /**
41
         * No timer yet available.
42
         * @param nanoSeconds
43
         */
44
        public void sleep(int nanoSeconds) {
45
                return;
46 3 martin
        }
47 4 martin
 
48
        /**
49
         * Do we want to support this on Leros?
50
         */
51
        public void waitForPinChange() {
52
                return;
53
        }
54 3 martin
}

powered by: WebSVN 2.1.0

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