#include "datatypes.h"
#include "logger.h"
-GTS::Logger logger;
+SSMD::Logger logger;
int main()
{
- GTS::Lines lines;
+ SSMD::Lines lines;
std::string data(
"172.16.47.10,gts_community_r,gts_community_w,10,1,001CC0B16177,64,128,64,128\n"
"172.16.47.11,gts_community_r,gts_community_w,10,1,001CC0B16178,65,129,66,138\n"
if (!parseData(data, lines)) {
logger << "Failed to parse data" << std::endl;
} else {
- GTS::Lines::const_iterator it;
+ SSMD::Lines::const_iterator it;
for (it = lines.begin(); it != lines.end(); ++it) {
logger << "line: "
<< it->switchIP << ","