#include <CH_File.h>
Public Types | |
| enum | Error { INVALID_FRAME_RANGE = -1, FILE_NOT_LOADED = -2, FILE_NOT_SAVED = -3, NO_DATA_IN_FILE = -4, NO_CHANNELS = -5, NO_PARAMETERS = -6, ALLOCATION_FAILED = -7 } |
Static Public Member Functions | |
| static void | getTimeRange (const float *from, const float *to, float &tstart, float &tend) |
| static int | loadRawChannels (CH_ChannelRefList *chrefs, const char *filename, CH_CollectionList &parents, const float *from=NULL, const float *to=NULL, bool full_replace=false) |
| static int | saveRawChannels (CH_ChannelList &list, const char *filename, bool binary, const float *from=NULL, const float *to=NULL) |
Definition at line 25 of file CH_File.h.
| enum CH_File::Error |
| static void CH_File::getTimeRange | ( | const float * | from, | |
| const float * | to, | |||
| float & | tstart, | |||
| float & | tend | |||
| ) | [static] |
| static int CH_File::loadRawChannels | ( | CH_ChannelRefList * | chrefs, | |
| const char * | filename, | |||
| CH_CollectionList & | parents, | |||
| const float * | from = NULL, |
|||
| const float * | to = NULL, |
|||
| bool | full_replace = false | |||
| ) | [static] |
| static int CH_File::saveRawChannels | ( | CH_ChannelList & | list, | |
| const char * | filename, | |||
| bool | binary, | |||
| const float * | from = NULL, |
|||
| const float * | to = NULL | |||
| ) | [static] |
1.5.9