We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45db1d commit 645bd83Copy full SHA for 645bd83
ShimmerDriver/src/main/java/com/shimmerresearch/verisense/VerisenseDevice.java
@@ -1941,6 +1941,10 @@ public void readLoggedData() throws ShimmerException {
1941
mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).readLoggedData();
1942
}
1943
1944
+ public void setRootPathForBinFile(String path) {
1945
+ mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).setRootPathForBinFile(path);
1946
+ }
1947
+
1948
public void deleteData() throws Exception {
1949
1950
mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).eraseDataTask().waitForCompletion();
0 commit comments