Skip to content

Commit 645bd83

Browse files
committed
Update VerisenseDevice.java
1 parent c45db1d commit 645bd83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ShimmerDriver/src/main/java/com/shimmerresearch/verisense/VerisenseDevice.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,6 +1941,10 @@ public void readLoggedData() throws ShimmerException {
19411941
mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).readLoggedData();
19421942
}
19431943

1944+
public void setRootPathForBinFile(String path) {
1945+
mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).setRootPathForBinFile(path);
1946+
}
1947+
19441948
public void deleteData() throws Exception {
19451949

19461950
mapOfVerisenseProtocolByteCommunication.get(currentStreamingCommsRoute).eraseDataTask().waitForCompletion();

0 commit comments

Comments
 (0)