casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
ScansParser.h File Reference
#include <map>
#include <set>
#include <string>

Go to the source code of this file.

Functions

int scansParser (const std::string &scansOptionValue, std::map< int, std::set< int > > &ebScansMap)
 Boost grammer code to handle the scan selection argument to asdm2MS and bdflags2MS. More...
 

Function Documentation

int scansParser ( const std::string &  scansOptionValue,
std::map< int, std::set< int > > &  ebScansMap 
)

Boost grammer code to handle the scan selection argument to asdm2MS and bdflags2MS.

A collection of declarations and functions used for the parsing of the 'scans' option. Parse the scans options string used by asdm2MS and bdflags2MS. sets a map of scans set associated with Execution Block numbers using the scansOptionsValue returns 1 on success and 0 on failure. ebScansMap is always empty on failure