RegisterUserDataNoStore: Registers a data source for (synchronous) user supplied data.

View source: R/RcppExports.R

RegisterUserDataNoStoreR Documentation

Registers a data source for (synchronous) user supplied data.

Description

RegisterUserDataNoStore registers a data for user supplied data (synchronous to the TOF data acquistion) but the data is not stored in the data file.

Usage

RegisterUserDataNoStore(Location, NbrElements, ElementDescription = NULL)

Arguments

Location

Location of group in HDF5 file where the datasets are created.

NbrElements

Number of elements to store per write.

ElementDescription

Vector of length NbrElements containing the text description of elements. If ElementDescription is NULL the dataset "TwInfo" is not created.

Details

Needs to be executed before starting the acquisition. Use UpdateUserData to update the data.

See Also

Other Data storage functions: AddAttributeDouble(), AddAttributeInt(), AddAttributeString(), AddLogEntry(), AddUserDataMultiRow(), AddUserData(), GetRegUserDataDesc(), GetRegUserDataSources(), KeepFileOpen(), QueryRegUserDataSize(), ReadRegUserData(), RegisterUserDataBuf(), RegisterUserDataWrite(), UnregisterUserData(), UpdateUserData()


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