All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maestro.maestro.3.0.0.source-code.DataWriter.mabl Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
 module DataWriter {
    DataWriterConfig writeHeader(string[] headers);
 	void writeDataPoint(DataWriterConfig configuration, real time, ?);
 	void close(DataWriterConfig configuration);
}

module DataWriterConfig {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy