Admin Production ni-theme
Current Publication

ATTR_TSQ_QUEUE_OPTIONS

LabWindows/CVI

ATTR_TSQ_QUEUE_OPTIONS

Data Type: integer
Description: This attribute specifies the configuration options for the thread safe queue. The configuration options are flag values that are set through the options parameter to the CmtNewTSQ function.
Values:
OPT_TSQ_DYNAMIC_SIZE (1)The thread safe queue grows when it is full and a write operation occurs.
OPT_TSQ_AUTO_FLUSH_ALL (2)The thread safe queue removes all old data when it is full and a write operation occurs.
OPT_TSQ_AUTO_FLUSH_EXACT (4)The thread safe queue removes enough old data to fit the new data when it is full and a write operation occurs.
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.5 and later