[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.48
SDDS_GetColumnInLong
name:
SDDS_GetColumnInLong
description:
Returns an array of int32_t values containing the data in a specified column, provided the column contains numerical data. Float data types are cast to int32_t precision.
synopsis:
#include ”SDDS.h”
int32_t *SDDS_GetColumnInLong(SDDS_TABLE *SDDS_table, char *column_name)
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
column
_name:
A NULL-terminated character string giving the name of the column for which data is desired.
return value:
On success, returns the address of a newly-allocated array containing the data. On failure, returns NULL and records an error message.
see also:
SDDS
_CastValue
SDDS
_ConvertToDouble
SDDS
_GetColumn
SDDS
_GetColumnInDoubles
SDDS
_NumberOfErrors
SDDS
_PrintErrors
SDDS
_PrintTypedValue
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]