Class Satellite¶
Defined in File satellite.h
Inheritance Relationships¶
Base Type¶
public lupnt::AgentWithDynamics(Class AgentWithDynamics)
Class Documentation¶
-
class Satellite : public lupnt::AgentWithDynamics¶
Public Functions
-
Satellite() = default¶
-
virtual void Log(Real time) override¶
Log this agent’s state, attitude, and control vectors (and the attached application’s state, if any) to the
DataLogger. Called once perStepbyAgentWithDynamics::Step.- Parameters:
time – Current simulation time [s]
-
virtual void LogCesium() override¶
Push this agent’s geometry to the Cesium 3D viewer. Currently a no-op for the base
AgentWithDynamics;Satellite/SurfaceStationoverride it (see their respective headers).
-
Satellite() = default¶