source: rtems/c/src/ada-tests/sptests/spsize/sptest.ads @ 77ff3d10

4.104.114.84.95
Last change on this file since 77ff3d10 was 77ff3d10, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 22:14:51

removed configuration table definition in Ada

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[6d4e604b]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--
[bf9ae83]13--  COPYRIGHT (c) 1989-1997.
[6d4e604b]14--  On-Line Applications Research Corporation (OAR).
[bf9ae83]15--  Copyright assigned to U.S. Government, 1994.
[6d4e604b]16--
[bf9ae83]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.
[6d4e604b]20--
[bf9ae83]21--  $Id$
[6d4e604b]22--
23
24with CLOCK_DRIVER;
25with RTEMS;
26
27package SPTEST is
28
29--
30--  INIT
31--
32--  DESCRIPTION:
33--
34--  This RTEMS task initializes the application.
35--
36
37   procedure INIT (
38      ARGUMENT : in     RTEMS.TASK_ARGUMENT
39   );
40
41--
42--  PUT_SIZE
43--
44--  DESCRIPTION:
45--
46--  This procedure outputs the size information about the specified
47--  object in a standard format.
48--
49
50   procedure PUT_SIZE (
51      DESCRIPTION    : in     STRING;
52      HAS_FIELD_NAME : in     BOOLEAN;
53      FIELD_NAME     : in     STRING             := "";
54      REQUIREMENT    : in     RTEMS.UNSIGNED32   := 0
55   );
56
57end SPTEST;
Note: See TracBrowser for help on using the repository browser.