.. _program_listing_file_agents_surface_station.h: Program Listing for File surface_station.h ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``agents/surface_station.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include "lupnt/agents/agent.h" namespace lupnt { class SurfaceStation : public AgentWithDynamics { public: SurfaceStation(Config& agent_config); virtual void Log(Real time) override; virtual void LogCesium() override; }; } // namespace lupnt