Skip to content
Snippets Groups Projects
Commit 638ccfb2 authored by Chao1009's avatar Chao1009
Browse files

follow up: adjust settings for et channels

parent d11501d5
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ int main(int argc, char* argv[]) try
}
// attach to ET system
auto ch = new PRadETChannel(100*1024*1024);
auto ch = new PRadETChannel;
ch->Open(host.c_str(), port, etf.c_str());
ch->NewStation("Data Catcher");
ch->AttachStation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment