8 #ifndef BASEHYPERCONNPROBE_HPP_     9 #define BASEHYPERCONNPROBE_HPP_    11 #include "../connections/HyPerConn.hpp"    12 #include "BaseConnectionProbe.hpp"    21    virtual Response::Status
    25    HyPerConn const *getTargetHyPerConn()
 const { 
return dynamic_cast<HyPerConn *
>(mTargetConn); }
    29    int initialize(
const char *name, 
HyPerCol *hc);
    30    virtual bool needRecalc(
double timevalue) 
override;
 virtual Response::Status communicateInitInfo(std::shared_ptr< CommunicateInitInfoMessage const  > message) override
virtual bool needRecalc(double timevalue) override
virtual double referenceUpdateTime() const override