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 70

From OC Systems Wiki!
< PowerAda:APPENDIX C. Implementation Characteristics‎ | Annex M
Revision as of 10:15, 24 April 2019 by imported>WikiVisor
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

(70) The value of Buffer_Size in Storage_IO.

See A.9(10).

From Ada.Storage_IO:

Buffer_Size : 
        CONSTANT System.Storage_Elements.Storage_Count :=
          System.Storage_Elements.Storage_Count
          ((Element_Type'Size + System.Storage_Unit - 1) /
          System.Storage_Unit);
Retrieved from "http://www.ocsystems.com/w/index.php?title=PowerAda:APPENDIX_C._Implementation_Characteristics/Annex_M/70&oldid=2222"