TwiceAsNice  2019-02-18
Functions
fitswrite.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Include dependency graph for fitswrite.c:

Functions

void save_cat (catstruct *cat, char *filename)
 
void save_tab (catstruct *cat, tabstruct *tab)
 
int save_head (catstruct *cat, tabstruct *tab)
 
int pad_tab (catstruct *cat, KINGSIZE_T size)
 
void init_writeobj (catstruct *cat, tabstruct *tab, char **pbuf)
 
int write_obj (tabstruct *tab, char *buf)
 
void end_writeobj (catstruct *cat, tabstruct *tab, char *buf)
 
void print_obj (FILE *stream, tabstruct *tab)
 
void voprint_obj (FILE *stream, tabstruct *tab)
 

Function Documentation

◆ end_writeobj()

void end_writeobj ( catstruct cat,
tabstruct tab,
char *  buf 
)

◆ init_writeobj()

void init_writeobj ( catstruct cat,
tabstruct tab,
char **  pbuf 
)

◆ pad_tab()

int pad_tab ( catstruct cat,
KINGSIZE_T  size 
)

◆ print_obj()

void print_obj ( FILE *  stream,
tabstruct tab 
)

◆ save_cat()

void save_cat ( catstruct cat,
char *  filename 
)

◆ save_head()

int save_head ( catstruct cat,
tabstruct tab 
)

◆ save_tab()

void save_tab ( catstruct cat,
tabstruct tab 
)

◆ voprint_obj()

void voprint_obj ( FILE *  stream,
tabstruct tab 
)

◆ write_obj()

int write_obj ( tabstruct tab,
char *  buf 
)