Skip to content
Snippets Groups Projects
Commit 0e9c2bc4 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Updated the CF channel Look-up Table (LUT)

parent e9284f84
No related branches found
No related tags found
No related merge requests found
...@@ -35,13 +35,11 @@ ...@@ -35,13 +35,11 @@
std::map<std::string, std::string> channel_LUT std::map<std::string, std::string> channel_LUT
{ {
// {"CF1", "A12D2"}, {"PRO_CF01", "0/0/2M/E7E7E7E711"},
// {"CF2", "E341E"}, {"PRO_CF02", "0/8/2M/E7E7E7E712"},
// {"CF3", "4E21A"}, {"PRO_CF03", "0/16/2M/E7E7E7E713"},
{"cfOne", "0/76/2M/E7E7E7E701"}, {"PRO_CF04", "0/24/2M/E7E7E7E714"},
{"cfTwo", "0/69/2M"}, {"PRO_CF05", "0/32/2M/E7E7E7E715"},
{"cfThree", "0/72/2M"},
{"cfFour", "0/99/2M"},
{"PPS_CF01", "0/0/2M/E7E7E7E701"}, {"PPS_CF01", "0/0/2M/E7E7E7E701"},
{"PPS_CF02", "0/8/2M/E7E7E7E702"}, {"PPS_CF02", "0/8/2M/E7E7E7E702"},
{"PPS_CF03", "0/16/2M/E7E7E7E703"}, {"PPS_CF03", "0/16/2M/E7E7E7E703"},
...@@ -50,6 +48,8 @@ std::map<std::string, std::string> channel_LUT ...@@ -50,6 +48,8 @@ std::map<std::string, std::string> channel_LUT
{"PPS_CF06", "0/40/2M/E7E7E7E706"}, {"PPS_CF06", "0/40/2M/E7E7E7E706"},
{"PPS_CF07", "0/48/2M/E7E7E7E707"}, {"PPS_CF07", "0/48/2M/E7E7E7E707"},
{"PPS_CF08", "0/56/2M/E7E7E7E708"}, {"PPS_CF08", "0/56/2M/E7E7E7E708"},
{"PPS_CF09", "0/56/2M/E7E7E7E709"}, {"PPS_CF09", "0/64/2M/E7E7E7E709"},
{"PPS_CF10", "0/56/2M/E7E7E7E70A"}, {"PPS_CF10", "0/72/2M/E7E7E7E70A"},
{"PPS_CF11", "0/80/2M/E7E7E7E70B"},
{"PPS_CF12", "0/88/2M/E7E7E7E70C"},
}; };
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