libGDF
Data Structures
Here are the data structures with brief descriptions:
gdf::exception::bad_type_assigned_to_channelA member function from ChannelDataBase was called. This should not happen and is usually caused by providing an argument with the wrong datatype to a data access function
gdf::ChannelRepresentation of a channel (signal in GDF)
gdf::ChannelData< T >Contains data samples for a channel of given type and length
gdf::ChannelDataBaseBase class that provides access to channels of different types
gdf::exception::corrupt_recordbufferRecord Buffer is corrupt. This likely indicates an internal programming error
gdf::exception::empty_containerA container of some sort (list, vector, array, ... ) is empty
gdf::EventHeaderClass that provides access to GDF events
gdf::exception::feature_not_implementedFeature is not implemented yet
gdf::exception::file_existsFile exists
gdf::exception::file_exists_notFile dos not exist
gdf::exception::file_not_openFile is not open
gdf::exception::file_openFile is not open
gdf::GDFHeaderAccess
gdf::exception::generalA general exception
gdf::exception::header_issuesHeader Issues
gdf::HeaderArray< T, P, L >Store array-style header variable of length L and type T at offset P
gdf::HeaderItem< T, P >Store header variable of type T at offset P
gdf::HeaderItemBase
gdf::HeaderRef
gdf::exception::illegal_eventmode_changeIllegal attempt to change event mode
gdf::exception::incompatible_gdf_version
gdf::exception::index_out_of_rangeAn index exceeds it's valid range
gdf::exception::invalid_eventmodeInvalid event mode
gdf::exception::invalid_operationPreconditions for operation are not met
gdf::exception::invalid_type_idType ID used is not defined in Types.h
gdf::MainHeaderContains all information required to construct the GDF fixed header
gdf::exception::mismatch_channel_numberNumber of channels does not match
gdf::exception::mixed_types_not_allowedChannels of different types were used where it's not allowed
gdf::Mode1Event
gdf::Mode3Event
gdf::ModifierClass for reading, modifying and saving changes to GDF files
gdf::exception::nonexistent_channel_accessChannel does not exist
PointerPool< T >
gdf::ReaderClass for reading GDF files to disc
gdf::RecordA Record is a block of data that contains a short time period of samples from all channels
gdf::RecordBufferBuffers incomplete records before they are written to disk
gdf::RecordBuffer::RecordFullHandler
gdf::exception::serialization_errorFile exists
gdf::exception::signal_existsChannel does exist
gdf::exception::signal_exists_notChannel does not exist
gdf::SignalHeaderContains all information required to construct the GDF signal header
gdf::TagHeaderContains all information required to construct the optional GDF tag header
gdf::WriterClass for writing GDF files to disc
gdf::exception::wrong_eventmodeOperation on wrong event mode
All Data Structures Functions Variables Friends