source: rtems/c/src/ada-tests/samples/nsecs/sptest.ads @ 42f07c5

4.104.114.95
Last change on this file since 42f07c5 was 42f07c5, checked in by Glenn Humphrey <glenn.humphrey@…>, on 10/25/07 at 19:51:06

2007-10-25 Glenn Humphrey <glenn.humphrey@…>

  • configure.ac, samples/Makefile.am: Added a test for Clock_Get_Uptime
  • samples/nsecs/.cvsignore, samples/nsecs/Makefile.am, samples/nsecs/config.h, samples/nsecs/nsecs.adb, samples/nsecs/nsecs.scn, samples/nsecs/sptest.adb, samples/nsecs/sptest.ads: New files.
  • Property mode set to 100644
File size: 633 bytes
Line 
1--
2--  SPTEST / SPECIFICATION
3--
4--  DESCRIPTION:
5--
6--  This package is the specification for the Nsecs Test of the RTEMS
7--  Sample Test Suite.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989-2007.
14--  On-Line Applications Research Corporation (OAR).
15--
16--  The license and distribution terms for this file may in
17--  the file LICENSE in this distribution or at
18--  http://www.rtems.com/license/LICENSE.
19--
20--  $Id$
21--
22
23with RTEMS;
24
25package SPTEST is
26
27--
28--  INIT
29--
30--  DESCRIPTION:
31--
32--  This RTEMS task initializes the application.
33--
34
35   procedure INIT (
36      ARGUMENT : in     RTEMS.TASK_ARGUMENT
37   );
38
39end SPTEST;
Note: See TracBrowser for help on using the repository browser.