#include <endian.h>
#include "longdef.h"
#include "fileUtils.h"
#include "./../stfio.h"
Go to the source code of this file.
|
| enum | ColumnType {
IntType
, DoubleType
, BoolType
, StringType
,
ShortArrayType
, IntArrayType
, FloatArrayType
, DoubleArrayType
,
BoolArrayType
, SeriesArrayType
, ScaledShortArrayType
, StringArrayType
,
ReferenceType
} |
◆ ColumnType
| Enumerator |
|---|
| IntType | |
| DoubleType | |
| BoolType | |
| StringType | |
| ShortArrayType | |
| IntArrayType | |
| FloatArrayType | |
| DoubleArrayType | |
| BoolArrayType | |
| SeriesArrayType | |
| ScaledShortArrayType | |
| StringArrayType | |
| ReferenceType | |
Definition at line 308 of file AxoGraph_ReadWrite.h.
◆ AG_GetFileFormat()
| int AG_GetFileFormat |
( |
filehandle | refNum, |
|
|
int * | fileFormat ) |
◆ AG_GetNumberOfColumns()
| int AG_GetNumberOfColumns |
( |
filehandle | refNum, |
|
|
const int | fileFormat, |
|
|
AXGLONG * | numberOfColumns ) |
◆ AG_ParseDate()
| std::string AG_ParseDate |
( |
const std::string & | notes | ) |
|
◆ AG_ParseTime()
| std::string AG_ParseTime |
( |
const std::string & | notes | ) |
|
◆ AG_ReadColumn()
| int AG_ReadColumn |
( |
filehandle | refNum, |
|
|
const int | fileFormat, |
|
|
const int | columnNumber, |
|
|
ColumnData * | columnData ) |
◆ AG_ReadComment()
◆ AG_ReadFloatColumn()
| int AG_ReadFloatColumn |
( |
filehandle | refNum, |
|
|
const int | fileFormat, |
|
|
const int | columnNumber, |
|
|
ColumnData * | columnData ) |
◆ AG_ReadNotes()
◆ AG_ReadTraceHeaders()
| std::string AG_ReadTraceHeaders |
( |
filehandle | refNum | ) |
|
◆ kAG_FormatErr
| const short kAG_FormatErr = -23 |
◆ kAG_MemoryErr
| const short kAG_MemoryErr = -21 |
◆ kAG_VersionErr
| const short kAG_VersionErr = -24 |
◆ kAxoGraph4DocType
| const axgchar kAxoGraph4DocType[4] = { 'A', 'x', 'G', 'r' } |
◆ kAxoGraph_Digitized_Format
| const short kAxoGraph_Digitized_Format = 2 |
◆ kAxoGraph_Graph_Format
| const short kAxoGraph_Graph_Format = 1 |
◆ kAxoGraph_X_Digitized_Format
| const short kAxoGraph_X_Digitized_Format = 6 |
◆ kAxoGraph_X_Format
| const short kAxoGraph_X_Format = 6 |
◆ kAxoGraphXDocType
| const axgchar kAxoGraphXDocType[4] = { 'a', 'x', 'g', 'x' } |