pyrtma.data_logger.dataset_writer.DatasetWriter

class DatasetWriter(name, save_path, filename, formatter, subdivide_interval, msg_types)[source]

Bases: object

Methods

blocking_write

Blocking write without bg thread

pause

resume

send_error

stage_for_write

Set the write buffer data for the data collection write thread

start

stop

store_saved

subdivide

update

write

Write Threads main function

Attributes

CONTINUOUS

MAX_INTERVAL

MIN_INTERVAL

WRITE_PERIOD

dead

elapsed_time

paused

recording

stopped

total_elapsed_time

Parameters:
blocking_write()[source]

Blocking write without bg thread

stage_for_write()[source]

Set the write buffer data for the data collection write thread

write()[source]

Write Threads main function