source: rtems/c/src/ada-tests/sptests/spsize/sptest.ads @ 2af6056

4.104.114.84.95
Last change on this file since 2af6056 was 7f79b673, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 22:37:28

readded body for "main" procedures

  • Property mode set to 100644
File size: 1.0 KB
Line 
1--
2--  SPTEST / SPECIFICATION
3--
4--  DESCRIPTION:
5--
6--  This package is the specification for Test 1 of the RTEMS
7--  Single Processor Test Suite.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989-1997.
14--  On-Line Applications Research Corporation (OAR).
15--  Copyright assigned to U.S. Government, 1994.
16--
17--  The license and distribution terms for this file may in
18--  the file LICENSE in this distribution or at
19--  http://www.OARcorp.com/rtems/license.html.
20--
21--  $Id$
22--
23
24with RTEMS;
25
26package SPTEST is
27
28--
29--  INIT
30--
31--  DESCRIPTION:
32--
33--  This RTEMS task initializes the application.
34--
35
36   procedure INIT (
37      ARGUMENT : in     RTEMS.TASK_ARGUMENT
38   );
39
40--
41--  PUT_SIZE
42--
43--  DESCRIPTION:
44--
45--  This procedure outputs the size information about the specified
46--  object in a standard format.
47--
48
49   procedure PUT_SIZE (
50      DESCRIPTION    : in     STRING;
51      HAS_FIELD_NAME : in     BOOLEAN;
52      FIELD_NAME     : in     STRING             := "";
53      REQUIREMENT    : in     RTEMS.UNSIGNED32   := 0
54   );
55
56end SPTEST;
Note: See TracBrowser for help on using the repository browser.