Changeset 086a898a in rtems


Ignore:
Timestamp:
11/16/99 19:47:37 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0660b4f8
Parents:
3135649
Message:

Added copyright.

Location:
doc/itron3.0
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • doc/itron3.0/config.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/eventflags.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/fixedblock.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/interrupt.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/mailbox.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/memorypool.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/msgbuffer.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/network.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/rendezvous.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/semaphore.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/status.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/task.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
     
    2024@item @code{sta_tsk} - Start Task
    2125@item @code{ext_tsk} - Exit Issuing Task
    22 @item @code{exd_tsk} - Exit and Delete Task
     26@item @code{exd_tsk} - Exit and Delete Issuing Task
    2327@item @code{ter_tsk} - Terminate Other Task
    2428@item @code{dis_dsp} - Disable Dispatch
     
    6266  PRI   itskpri;   /* initial task priority */
    6367  INT   stksz;     /* stack size */
    64   /* additional information may be included depending on the implementation */
     68  /* additional implementation dependent information may be included */
    6569@} T_CTSK;
    6670
     
    336340@subsection exd_tsk - Exit and Delete Issuing Task
    337341
    338 @subsection exd_tsk - Exit and Delete Task
     342@subheading CALLING SEQUENCE:
    339343
    340344@ifset is-C
     
    342346void exd_tsk(void);
    343347@end example
    344 void exd_tsk(
    345 
    346 );
     348@end ifset
    347349
    348350@ifset is-Ada
     
    428430ER dis_dsp(void);
    429431@end example
    430 ER dis_dsp(
    431 
    432 );
     432@end ifset
    433433
    434434@ifset is-Ada
     
    479479ER ena_dsp(void);
    480480@end example
    481 ER ena_dsp(
    482 
    483 );
     481@end ifset
    484482
    485483@ifset is-Ada
  • doc/itron3.0/tasksync.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
  • doc/itron3.0/time.t

    r3135649 r086a898a  
     1@c
     2@c  COPYRIGHT (c) 1988-1999.
     3@c  On-Line Applications Research Corporation (OAR).
     4@c  All rights reserved.
    15@c
    26@c  This is the chapter from the RTEMS ITRON User's Guide that
Note: See TracChangeset for help on using the changeset viewer.