8 #include <carma/sdp/AHW_Output.h>
9 #include <carma/sdp/AHW_Utils.h>
15 #include <carma/util/CorrelatorType.h>
30 void prepare(
const carma::util::CorrelatorType type,
const carma::util::frameType frameCount,
const MPValueMap &mpValues);
36 std::vector<std::string> getMPInternal()
const;
39 std::vector<std::string> getMPExpansion(
const AHW_Output &ao,
const bool skipInvalid =
false)
const;
42 void writeKVOutput(
const AHW_Output &ao, AstroHeaderElementMap &astroHdrMap)
const;
45 const StringVectorMap genericVarMap;
46 const StringVectorMap genericInternalMap;
48 StringVectorMap varMap;
49 StringVectorMap internalMap;
52 carma::util::CorrelatorType type_;
56 void runSubstitution(
const std::string &mp,
const StringVector &substs,
57 const bool &skipInvalid, StringVector &ret)
const;
Holds basic info on a monitor point value.
unsigned int frameType
Half second frames since Jan 1, 2000.
Various type definitions for util classes.
A class to hold the representation of an astronomical header data element.