[Positioner] EvAAL: current format is 2012

The code for the EvAAL output was slightly updated in 2012 for the 2nd
contest. Although OwlPS doesn't handle sub-areas of interest, it was
indeed compatible with the 2012 evaluation system.
This commit is contained in:
Matteo Cypriani 2013-07-05 11:07:31 -04:00
parent a2ce042e48
commit 10a1cfe1ca
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ mobile-csv-file = /usr/local/etc/owlps/mobiles.csv
#udp-host =
#udp-port = 9910
# The TCPEvAAL output follows the specification of EvAAL 2011 to
# The TCPEvAAL output follows the specification of EvAAL 2012 to
# communicate with the SocketAdapter program developed by the
# organizers.
# Note: you can use only one algorithm when using the TCPEvAAL output.

View File

@ -332,7 +332,7 @@ void UserInterface::fill_output_options()
po::value< vector<string> >()->composing(),
"Medium to which the results will be written. You can specify"
" this option more than once."
" Allowed: Terminal, CSV, UDP, TCPEvAAL (EvAAL 2011 format)."
" Allowed: Terminal, CSV, UDP, TCPEvAAL (EvAAL 2012 format)."
" If this option is absent, the results are printed on the terminal.")
("output.csv-file",
po::value<string>(),