Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/frontend/M2MToolTips.java

Go to the documentation of this file.
00001 
00020 package m2m.frontend;
00021 
00026 public class M2MToolTips {
00027         
00028         public final static String SIMPROPERTIES_CALCPRECISION =
00029                 "The calculation precision defines how error calculations are detected. It corresponds to the number of bits of the mantissa that can differ between the expected and the real results.";
00030         
00031         public final static String SIMPROPERTIES_NBSAMPLES=
00032                 "The number of samples to test. One sample corresponds to a single call to the function.";
00033         
00034         public final static String SIMPROPERTIES_SYSFREQ=
00035                 "The system frequency is the frequency at which the system should work.\nThe three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency).";
00036 
00037         public final static String SIMPROPERTIES_INPUTFREQ=
00038                 "The input frequency corresponds to the rate at which input data should be applied to the system.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency).";
00039 
00040         public final static String SIMPROPERTIES_OUTPUTFREQ=
00041                 "The output frequency corresponds to the rate at which output data should be retrieved.The three frequencies are used in order to more or less stress the system. For each input of the system (each input variable), a valid input is applied at a random rate with probability (input frequency/system frequency). For each output of the system (each output variable), a ready signal is applied at a random rate with probability (output frequency/system frequency).";
00042         
00043         public final static String SIMPROPERTIES_INACTIVITY=
00044                 "The period of inactivity allows to automatically end the simulation if no activity is detected on the output for a certain number of clock cycles.";
00045 
00046 
00047 }
 All Classes Namespaces Files Functions Variables Enumerations