home *** CD-ROM | disk | FTP | other *** search
-
- !------------------ Distribution and Copyright -----------------
- !--
- !-- This software is copyright by the CENA/DGAC/FRANCE
- !-- All rights reserved.
- !--
- !-- No part of the material protected by this copyright notice
- !-- may be reproduced or utilized for commercial use in any form
- !-- without written permission of the copyright owner.
- !--
- !-- It may be reproduced or utilized for R&D use in Non Profit
- !-- Organization
- !--
- !---------------------------------------------------------------
-
-
- !------------------ Disclaimer ---------------------------------
- !--
- !-- This software and its documentation are provided "AS IS" and
- !-- without any expressed or implied warranties whatsoever.
- !-- No warranties as to performance, merchantability, or fitness
- !-- for a particular purpose exist.
- !--
- !-- Because of the diversity of conditions and hardware under
- !-- which this software may be used, no warranty of fitness for
- !-- a particular purpose is offered. The user is advised to
- !-- test the software thoroughly before relying on it. The user
- !-- must assume the entire risk and liability of using this
- !-- software.
- !--
- !-- In no event shall any person or organization of people be
- !-- held responsible for any direct, indirect, consequential
- !-- or inconsequential damages or lost profits.
- !--
- !-------------------END-PROLOGUE--------------------------------
-
-
-
-
- !*****************************************************************************
- !*****************************************************************************
- !** **
- !** M E S S A G E S P O U R K B D $ R O U T I N E S **
- !** **
- !******** Copyright (C) 1992 Centre d'Etudes de la Navigation Aerienne *******
- !*****************************************************************************
-
-
-
-
- !++
- !
- ! Titre: MESSAGES POUR KBD$ROUTINES
- !
- ! Sujet: Definition des messages pour KBD$ROUTINES.
- !
- ! Version: 1.0
- !
- ! Description: Ce fichier contient les messages d'erreur utilises par la
- ! bibliotheque de routines KBD$ROUTINES.
- ! Il doit etre compile a travers la commande MESSAGE. Le
- ! fichier objet obtenu peut etre soit lie directement a
- ! l'application, soit etre utilise pour generer une image
- ! partageable: ce sera alors un fichier vecteur qui sera lie
- ! a l'application.
- !
- ! Fichier: KBDMSG.MSG
- !
- ! Environnement: VAX/VMS Version 5.4-3
- ! VAX/VMS Message Utility
- !
- ! Auteur: Martin VICENTE (DGAC/CENA/SID)
- !
- ! E-mail: vicente@cenaath.cena.dgac.fr
- !
- ! Mail: C.E.N.A.
- ! Div. Support Informatique & Developpement
- ! Orly Sud 205
- ! 94 542 ORLY AEROGARE CEDEX, FRANCE
- !
- ! Creation: 19/05/92
- !
- ! Modification: 26/05/92
- !
- !--
-
-
- .title Messages for KBD$ utility
-
- .ident "Version 1.0"
-
- .facility KBD, 1 /prefix=KBD$_
-
-
- .severity success
-
- NORMAL <normal successful completion>
-
-
- .severity informational
-
- ALREADYOPEN <keyboard already open>
- ALREADYCLOSE <keyboard already close>
-
-
- .severity warning
-
- NOTOPEN <keyboard not open>
-
-
- .severity error
-
- CLOSEERROR <error during close operation>
- FLUSHERROR <error during flush operation>
- KEYPRESERROR <error during key pressed operation>
- OPENERROR <error during open operation>
- READERROR <error during read operation>
-
-