ldas-tools-frameAPI
3.0.3
|
RDS channel name type. More...
#include <rdsframe.hh>
Public Types | |
typedef std::pair< std::string, std::string > | base_type |
typedef std::pair< std::string, std::string > | base_type |
typedef std::pair< std::string, std::string > | base_type |
Public Member Functions | |
channel_name_type (const channel_name_type &Source) | |
bool | IsRenamed () const |
channel_name_type (const channel_name_type &Source) | |
bool | IsRenamed () const |
channel_name_type (const channel_name_type &Source) | |
bool | IsRenamed () const |
Static Public Member Functions | |
template<typename ContainerOfNames , typename ContainerOfResampling > | |
static void | ParseChannelName (const std::string &Source, ContainerOfNames &Names, ContainerOfResampling &Resampling) |
template<typename ContainerOfNames , typename ContainerOfResampling > | |
static void | ParseChannelName (const std::string &Source, ContainerOfNames &Names, ContainerOfResampling &Resampling) |
template<typename ContainerOfNames , typename ContainerOfResampling > | |
static void | ParseChannelName (const std::string &Source, ContainerOfNames &Names, ContainerOfResampling &Resampling) |
Public Attributes | |
std::string & | old_channel_name = first |
std::string & | new_channel_name = second |
Friends | |
std::ostream & | operator<< (std::ostream &OutputStream, channel_name_type const &ChannelName) |
std::ostream & | operator<< (std::ostream &OutputStream, channel_name_type const &ChannelName) |
std::ostream & | operator<< (std::ostream &OutputStream, channel_name_type const &ChannelName) |
RDS channel name type.
This structure contains two elements and is intended to handle channel renaming. If both elements are the same, no renaming takes place.
typedef std::pair< std::string, std::string > RDSFrame::channel_name_type::base_type |
typedef std::pair< std::string, std::string > RDSFrame::channel_name_type::base_type |
typedef std::pair< std::string, std::string > RDSFrame::channel_name_type::base_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
friend |
|
friend |
|
friend |
std::string & RDSFrame::channel_name_type::new_channel_name = second |
std::string & RDSFrame::channel_name_type::old_channel_name = first |