Navigation menu

OC Systems Wiki!
  • OC Systems Inc
    • Products
    • Services
    • Company
    • Support
  • Guides
    • PowerAda 5 User Guide
    • Aprobe+Rootcause Documentation
    • Ada Reference Manual
    • Ada 95 Rationale
  • Login
  • Secure Upload

PowerAda 91

From OC Systems Wiki!
< PowerAda:APPENDIX C. Implementation Characteristics‎ | Annex M
Jump to: navigation, search


Appendix C
  • Notice
  • Chapter 1. Overview
  • Chapter 2. Getting Started
  • Chapter 3. Basic PowerAda Concepts
  • Chapter 4. The PowerAda Development Environment
  • Chapter 5. Project Management with PowerAda
  • Chapter 6. The PowerAda Debugger: adbg
  • Chapter 7. Interface to Other Languages
  • Chapter 8. Implementation Details
  • Chapter 9. Optimization
  • APPENDIX A - Glossary
  • APPENDIX B - Support Packages
  • APPENDIX C - Implementation Characteristics
  • APPENDIX D - Demos and Tutorials
  • APPENDIX E - Tools Reference
  • APPENDIX F - Debugger Command Reference
  • Index
Contents |  Installation Guide | Release Notes
First | Prev | Next | Last

(91) The declarations of Any_Priority and Priority.

See D.1(11).

From the package SYSTEM:

SUBTYPE Any_Priority IS Integer RANGE 0..63;
SUBTYPE Priority IS Any_Priority
RANGE Any_Priority'First .. Any_Priority'Last-1;
Retrieved from "https://www.ocsystems.com/w/index.php?title=PowerAda:APPENDIX_C._Implementation_Characteristics/Annex_M/91&oldid=2245"