ldas-tools-ldasgen
2.7.0
|
Supports parsing of channel names from input streams. More...
#include <ChannelNameLexer.hh>
Inherits yyFlexLexer, yyFlexLexer, and yyFlexLexer.
Public Member Functions | |
ChannelNameLexer (const std::string &NameString="") | |
param: const std::string& NameString - Input string. | |
const data_list_type & | GetChannelNames () const |
return: List of channel names and occurance counts. | |
void | add_channel (const char *ChannelName) |
param: const char* ChannelName - Name of channel to add | |
ChannelNameLexer (const std::string &NameString="") | |
param: const std::string& NameString - Input string. | |
const data_list_type & | GetChannelNames () const |
return: List of channel names and occurance counts. | |
void | add_channel (const char *ChannelName) |
param: const char* ChannelName - Name of channel to add | |
ChannelNameLexer (const std::string &NameString="") | |
param: const std::string& NameString - Input string. | |
const data_list_type & | GetChannelNames () const |
return: List of channel names and occurance counts. | |
void | add_channel (const char *ChannelName) |
param: const char* ChannelName - Name of channel to add | |
Supports parsing of channel names from input streams.