Hello! We were given a coursework assignment
I have this
Implement the data keeper of the onboard sensors of the aircraft. Memorization is performed when receiving the next signal from the sensor, as well as after a certain time interval. If during the observed period there were no deviations in the sensor readings, ensure that the stored information is compressed. Store records in a file. Use the keeper pattern.
I read about this pattern. But I haven't found any good examples yet. Until I understand how to implement these sensors and the plane itself .. What functions are available to the client.
Can you tell me your thoughts?