DS1921 Thermocron Java Demo: Mission Reading Program This demo has several command line options that may be hard to discover through normal use of the program. These options are: a Print the alarm violation history for the mission. h Print the histogram for the mission. l Print the log of temperatures for the mission. k Kill the mission before the program gathers its data s Stop the mission after the program gathers its data For example, you might use the command line: java dumpMission alk The output would report any alarm violations that occurred, the entire log of temperatures (up to the last 2048 logs), and it would end the current mission before reading this data.