Base functional to create RDS frames.
More...
#include <rdsframe.hh>
Inherited by ReduceRawFrame [private]
, ReduceRawFrame [private]
, ReduceRawFrame [private]
, ResampleRawFrame [private]
, ResampleRawFrame [private]
, and ResampleRawFrame [private]
.
|
| RDSFrame (const char *frame_files, const char *channels, const Options &CommandOptions) |
| Constructor. More...
|
|
| RDSFrame (const frame_file_container_type &frame_files, const channel_container_type &channels, const Options &CommandOptions) |
| Constructor. More...
|
|
| RDSFrame (const char *frame_files, const char *channels, const Options &CommandOptions) |
| Constructor. More...
|
|
| RDSFrame (const frame_file_container_type &frame_files, const channel_container_type &channels, const Options &CommandOptions) |
| Constructor. More...
|
|
| RDSFrame (const char *frame_files, const char *channels, const Options &CommandOptions) |
| Constructor. More...
|
|
| RDSFrame (const frame_file_container_type &frame_files, const channel_container_type &channels, const Options &CommandOptions) |
| Constructor. More...
|
|
|
static FrameCPP::FrProcData * | getProcChannel (const std::string &name, FrameCPP::FrameH::procData_type *const proc) |
| return: FrameCPP::FrProcData* - A pointer to the channel object. More...
|
|
Base functional to create RDS frames.
◆ RDSFrame() [1/6]
RDSFrame::RDSFrame |
( |
const char * |
frame_files, |
|
|
const char * |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ RDSFrame() [2/6]
RDSFrame::RDSFrame |
( |
const frame_file_container_type & |
frame_files, |
|
|
const channel_container_type & |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ RDSFrame() [3/6]
RDSFrame::RDSFrame |
( |
const char * |
frame_files, |
|
|
const char * |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ RDSFrame() [4/6]
RDSFrame::RDSFrame |
( |
const frame_file_container_type & |
frame_files, |
|
|
const channel_container_type & |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ RDSFrame() [5/6]
RDSFrame::RDSFrame |
( |
const char * |
frame_files, |
|
|
const char * |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ RDSFrame() [6/6]
RDSFrame::RDSFrame |
( |
const frame_file_container_type & |
frame_files, |
|
|
const channel_container_type & |
channels, |
|
|
const Options & |
CommandOptions |
|
) |
| |
Constructor.
- Parameters
-
[in] | frame_files | A list of frame file names. |
[in] | channels | A list of channels to extract from original frames (only channel names are allowed). |
[in] | CommandOptions | Collection of flags used to direct the construction of the Reduced Data Set results. |
◆ getProcChannel()
FrameCPP::FrProcData * RDSFrame::getProcChannel |
( |
const std::string & |
name, |
|
|
FrameCPP::FrameH::procData_type *const |
proc |
|
) |
| |
|
staticprotected |
return: FrameCPP::FrProcData* - A pointer to the channel object.
param: const std::string& name - Channel name. param: const FrameCPP::FrameH::procData_type* proc - A pointer to the exc: Channel not found: name. - Specified channel is not found.
The documentation for this class was generated from the following files:
- /build/ldas-tools-frameapi-2.6.6/debian/tmp/usr/include/frameAPI/rdsframe.hh
- /build/ldas-tools-frameapi-2.6.6/src/rdsframe.cc