tf_img_write_shm

Name

tf_img_write_shm -- 

Synopsis

void * tf_img_write_shm (int mem_id, TinyFitsImg * img, char * proc_name);

Arguments

mem_id

img

proc_name

Description

Takes an image and writes it to the shared memory segment "mem_id". tf_img_read_shm must first be running. The caller of the tf_img_read_shm function must then use tf_img_free_shm() to detach and delete the memory segment after the image has been returned.