de.mcs.jmeasurement.example |
This package contains example classes for jmeasurement to show you, how you can extend functionality.
|
Java Source File Name | Type | Comment |
DataPointStore.java | Class | This class simply add the measured data to the userdata of the measurePoint. |
IncrementTime100.java | Class | This class is an example for a simple callback object. |
TestApplication.java | Class | This is a simple test application which does nothing really meaningful
things. |
UserDataStore.java | Class | This is a Object to store all measured data into an ArrayList. |