ldas-tools-frameAPI  2.6.5
Public Member Functions | Static Protected Member Functions | List of all members
RDSFrame Class Referenceabstract

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].

Public Member Functions

 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 Protected Member Functions

static FrameCPP::FrProcData * getProcChannel (const std::string &name, FrameCPP::FrameH::procData_type *const proc)
 return: FrameCPP::FrProcData* - A pointer to the channel object. More...
 

Detailed Description

Base functional to create RDS frames.

Constructor & Destructor Documentation

◆ RDSFrame() [1/6]

RDSFrame::RDSFrame ( const char *  frame_files,
const char *  channels,
const Options &  CommandOptions 
)

Constructor.

Parameters
[in]frame_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection 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_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection 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_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection 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_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection 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_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection 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_filesA list of frame file names.
[in]channelsA list of channels to extract from original frames (only channel names are allowed).
[in]CommandOptionsCollection of flags used to direct the construction of the Reduced Data Set results.

Member Function Documentation

◆ 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 theexc: Channel not found: name. - Specified channel is not found.


The documentation for this class was generated from the following files: