Struct that stores information about a data source header. More...
#include <DSInfo.h>
Public Attributes | |
| std::string | name | 
| Data Source Name.  More... | |
| std::string | type | 
| Data Source Type.  More... | |
| std::string DataSourceHeader::name | 
Data Source Name.
Definition at line 242 of file DSInfo.h.
Referenced by DSInfo::getDataSourceHeader(), and PrintManager::printHeader().
| std::string DataSourceHeader::type | 
Data Source Type.
Definition at line 243 of file DSInfo.h.
Referenced by DSInfo::getDataSourceHeader(), and PrintManager::printHeader().