how to describe the logic

ramana

New member
Joined
Sep 9, 2003
Messages
2
Dear friend,

I will explain you this with a example.
Lets assume that the task is to create a display in a car.
The display can be used in following ways.

1.Radio
2.Map for traveeling
3.Music system

etc etc
This display contains some buttons below it.
By clicking the buttons we can switch to rado,map,music system etc etc
Suppose we are in radio mode There are some buttons now to increase the
volume decrease the volume,etc etc.
Here it needs some logic to switch to Radio,map and music system and
also with in radio mode also we need some logic to connect different
states.

For achieving this i am using VC++ and open GL API.I have developed a
package for doing all these things.

Using this package i have to build applications like the one described
above.

Now my problem is how to describe the states and logic to connect them.

If my task is only building one application like above one i can code
it separately but using my package i am creating many applications like
above so for each one i want some logic to be described internally.But
i dont know how to do this.
So i want a good concept for doing this....................
I hope u understood my problem now.
Are there any code implemented in this way or any tools or libraries
that will be helpful for doing this.

Thanks in advance.
sravan
 
Back
Top