Dino Puller
2006-10-17 14:52:36 UTC
Hi all,
i'm working on a minimal statical analyzer to test some algorithms and
I'd like to test some routines of a flight control software so i'm here.
Unfortunately my program is a bit limited: no data structures are admitted,
and integers are the only data type available.
I've looked at the source code and i'm interested on the range of input
variables of some routine, for example:
Altimeter::update
VerticalSpeedIndicator::update
Others interesting rountines are the ones that controls
undercarriage or flaps but i've not found them through the sources.
Can you help me?
thanks,
Dino
i'm working on a minimal statical analyzer to test some algorithms and
I'd like to test some routines of a flight control software so i'm here.
Unfortunately my program is a bit limited: no data structures are admitted,
and integers are the only data type available.
I've looked at the source code and i'm interested on the range of input
variables of some routine, for example:
Altimeter::update
VerticalSpeedIndicator::update
Others interesting rountines are the ones that controls
undercarriage or flaps but i've not found them through the sources.
Can you help me?
thanks,
Dino