GetDescriptor: Gets various information about the active acquisition.

View source: R/RcppExports.R

GetDescriptorR Documentation

Gets various information about the active acquisition.

Description

GetDescriptor retrieves the current TSharedMemoryDesc structure. TSharedMemoryDesc contains various static information about the active acquisition that can be retrieved by GetDaqParameter functions but also information of DAQ progress. See TofDaq API documentation for more details.

Usage

GetDescriptor()

Details

int64 and unsigned int64 parameters are returned as string. They can be converted to integer64 using bit64::as.integer64().

Value

A list containing the TSharedMemoryDesc structure


pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.