The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
320 views

Rulesets for cppcheck

Cppcheck allows you to create your own rules files, but I don't know how much of cppcheck's functionality is exposed. Is anyone working on a set that would enforce JSF or MISRA rules?
0
votes
2answers
168 views

differences between safety-critical systems and hard real time systems [closed]

What are the differences between safety-critical systems and hard real time systems? What features do safety-critical operating systems need?C an you mention suitable reference? tnx a lot
4
votes
1answer
237 views

Qt Research/Academic/Journal Papers/Articles

I'm trying to find any research/academic/journal papers/articles that analyze recent versions of Qt and Qt Creator. Specifically, I'm trying to evaluate Qt from a real-time safety critical ...
7
votes
1answer
176 views

Using Spring Hibernate in FDA regulated software [closed]

We are developing a diagnostic application using java, spring, hibernate and few other off the shelf libraries. According to FDA guidelines (and a consulting company ), open source libraries should be ...
-1
votes
3answers
272 views

Rules for SIL allocation for tasks in Safety-critical applications and partition sharing

Considering a safety-critical application, composed of several tasks, I have the following question: Is it possible to have tasks of different SILs in an application, or are all tasks the same SIL? I ...
0
votes
2answers
133 views

Safety critical app - Database row validation

This is perhaps a little bit vague, but I'm hoping that in amongst all the people on SO there will be some who have ran into this type of issue before. Background Our application is a C# / .NET ...
4
votes
1answer
672 views

Algorithmic trading software safety guards [closed]

I'm working on an automatic trading system. What sorts of safe-guards should I have in place? The main idea I have is to have multiple pieces checking each other. I will have a second independent ...
2
votes
1answer
191 views

Display Systesm in Safety critical embedded systems resources required

I am looking out for resources that can answer following questions of mine. Where exactly does the display systems in SC ERTS architecture fit in. What is the difference between SC display systems ...
121
votes
16answers
32k views

Which languages are used for safety-critical software?

I'm researching the development of safety-critical software, and in particular what effects the choice of programming language has on such development. Please explain, in detail, which languages are ...
7
votes
10answers
1k views

Is Agile programming too… ad hoc for safety-critical systems?

For example, would it be incredibly dangerous to do it for avionics software? Note, I don't completely understand Agile.
5
votes
1answer
415 views

What is the best resource for learning about Safety Critical Systems Development (C/C++)

I'm looking to locate a good resource (book or otherwise) on safety critical systems development techniques/methodologies, especially something that will cover both hardware and software . I have a ...