tf_img_read_shm

Name

tf_img_read_shm -- 

Synopsis

TinyFitsImg * tf_img_read_shm (int mem_id);

Arguments

mem_id

Description

Reads the data from the shared memory segment "mem_id" and returns an image. The caller function must then use tf_img_free_shm() to detach and delete the memory segment after the image has been returned.

Return value