A C Language Extension for Programming Real-Time Applications

  • Authors:
  • Luigi Palopoli;Paolo Ancilotti;Giorgio Buttazzo

  • Affiliations:
  • -;-;-

  • Venue:
  • RTCSA '99 Proceedings of the Sixth International Conference on Real-Time Computing Systems and Applications
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

One of the most diffused approaches in programming real-time applications is using the C language supported by suited operating system's calls. Due to the differences in the real-time operating systems, the source code produced using this approach cannot easily be ported to other platforms. Moreover, since the concurrent structure and the real-time constraints of the application are dispersed among the parameters of the system calls, programs' maintenance and upgrades end up being complex and costly activities.In this paper we propose a small set of extensions for the C language arisen from our experience in programming real-time applications. Constructs for expressing tasks, shared resource, communication channels, interrupt handling, and real-time constraints are provided. The primary goal of the proposed language extensions is to enhance the program's concurrent and real-time structure and increase the number of static checks on source code, while retaining most of the C language flexibility.