|
| template<> |
| pointer_type | FrameC::PointerType (FrChannel *Value) |
| |
| fr_chan_t * | FrameCFrChanAlloc (FrameCError **Error, const char *Name, fr_chan_type Type, fr_vect_data_types_t DataType, fr_vect_ndata_t NData) |
| |
| fr_chan_t * | FrameCFrProcChanAlloc (FrameCError **Error, const char *Name, fr_proc_type Type, fr_proc_sub_type SubType, fr_vect_data_types_t DataType, fr_vect_ndata_t NData) |
| |
| fr_chan_t * | FrameCFrProcMimeChanAlloc (FrameCError **Error, const char *Name, const char *MimeTypeName, fr_vect_ndata_t NData, fr_vect_data_t MimeData) |
| | Alloc an fr_chan_t.
|
| |
| void | FrameCFrChanFree (FrameCError **Error, fr_chan_t *Channel) |
| | Recyle the fr_chan_t structure.
|
| |
| void | FrameCFrChanQuery (FrameCError **Error, const fr_chan_t *Channel, int Option,...) |
| | Retrieve information related to the Channel.
|
| |
| fr_chan_t * | FrameCFrChanRead (FrameCError **Error, fr_file_t *restrict Stream, fr_chan_name_t restrict Name, fr_chan_offset_t Pos) |
| | Read a channel from the stream.
|
| |
| void | FrameCFrChanSet (FrameCError **Error, const fr_chan_t *Channel, int Option,...) |
| | Establish information about the Channel.
|
| |
| void | FrameCFrChanVectorAlloc (FrameCError **Error, fr_chan_t *Channel, fr_vect_data_types_t DataType, fr_vect_ndata_t NData) |
| | Allocate new space for an FrVect.
|
| |
| void | FrameCFrChanVectorCompress (FrameCError **Error, fr_chan_t *Channel, fr_vect_compression_schemes Scheme) |
| |
| void | FrameCFrChanVectorExpand (FrameCError **Error, fr_chan_t *Channel) |
| | Expand the data located in the data vector.
|
| |
| void | FrameCFrChanVectorQuery (FrameCError **Error, const fr_chan_t *Channel, int Option,...) |
| | Retrieve vector information related to the Channel.
|
| |
| void | FrameCFrChanVectorSet (FrameCError **Error, fr_chan_t *Channel, int Option,...) |
| | Set vector information related to the Channel.
|
| |
| void | Set (FrameCError **Error) |
| |