[
prev
] [
prev-tail
] [
tail
] [
up
]
4.104
SDDS_WriteTable
name:
SDDS_WriteTable
description:
Writes out the current data table (i.e., the parameters and the tabular data). Must be preceeded by a call to SDDS_WriteLayout at some point.
synopsis:
#include ”SDDS.h”
int32_t SDDS_WriteTable(SDDS_TABLE *SDDS_table);
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
return value:
Returns 1 on success. On failure, returns 0 and records an error message.
see also:
SDDS
_WriteLayout
SDDS
_NumberOfErrors
SDDS
_PrintErrors
[
prev
] [
prev-tail
] [
front
] [
up
]