4.104.114.84.95
Line | |
---|
1 | -- |
---|
2 | -- MPTEST.PER_NODE_CONFIGURATION / BODY |
---|
3 | -- |
---|
4 | -- DESCRIPTION: |
---|
5 | -- |
---|
6 | -- This package is the specification for the subpackage |
---|
7 | -- which will define the per node configuration parameters. |
---|
8 | -- |
---|
9 | -- DEPENDENCIES: |
---|
10 | -- |
---|
11 | -- |
---|
12 | -- |
---|
13 | -- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. |
---|
14 | -- On-Line Applications Research Corporation (OAR). |
---|
15 | -- All rights assigned to U.S. Government, 1994. |
---|
16 | -- |
---|
17 | -- This material may be reproduced by or for the U.S. Government pursuant |
---|
18 | -- to the copyright license under the clause at DFARS 252.227-7013. This |
---|
19 | -- notice must appear in all copies of this file and its derivatives. |
---|
20 | -- |
---|
21 | -- mptest-per_node_configuration.adb,v 1.2 1995/05/31 16:34:15 joel Exp |
---|
22 | -- |
---|
23 | |
---|
24 | with RTEMS; |
---|
25 | |
---|
26 | separate ( MPTEST ) |
---|
27 | |
---|
28 | package body PER_NODE_CONFIGURATION is |
---|
29 | |
---|
30 | --PAGE |
---|
31 | -- |
---|
32 | -- LOCAL_NODE_NUMBER |
---|
33 | -- |
---|
34 | |
---|
35 | function LOCAL_NODE_NUMBER |
---|
36 | return RTEMS.UNSIGNED32 is |
---|
37 | begin |
---|
38 | |
---|
39 | return 2; |
---|
40 | |
---|
41 | end LOCAL_NODE_NUMBER; |
---|
42 | |
---|
43 | end PER_NODE_CONFIGURATION; |
---|
Note: See
TracBrowser
for help on using the repository browser.