MATLABfromCSharp.MainControl.currentDataPrefChanges C# (CSharp) Method

currentDataPrefChanges() public method

Passes the Data Preferences from the MainForm to the AFAccess.
public currentDataPrefChanges ( bool timestamp, int datapref, string format ) : void
timestamp bool true: exports the timestamp to Matlab.
datapref int Integer for Attribute.GetValues; 0(raw), negative(sampling), positive(profiled sampling)
format string String representation of the Data Preferences.
return void
        public void currentDataPrefChanges(bool timestamp, int datapref, string format)
        {
            AFAccess.setDataPrefs(timestamp, datapref, format);
        }