12#ifndef WSFRICOFFSETTARGETPOINT_HPP
13#define WSFRICOFFSETTARGETPOINT_HPP
15#include "wsf_space_export.h"
19#include "UtCloneablePtr.hpp"
20#include "UtRIC_Frame.hpp"
34 , mFrame{UtVec3d{1.0, 0.0, 0.0}, UtVec3d{0.0, 1.0, 0.0}}
41 void Update(
const UtCalendar& aEpoch)
override;
44 UtVec3d GetPositionECI()
const override;
45 UtVec3d GetVelocityECI()
const override;
aObjectPtr Update(simTime)
KinematicOffsetTargetPoint(std::unique_ptr< OrbitalTargetPoint > aPointPtr)
Definition WsfKinematicOffsetTargetPoint.cpp:20
RIC_OffsetTargetPoint(const RIC_OffsetTargetPoint &aOther)=default
RIC_OffsetTargetPoint(std::unique_ptr< OrbitalTargetPoint > aPointPtr)
Definition WsfRIC_OffsetTargetPoint.hpp:32
~RIC_OffsetTargetPoint() override=default
RIC_OffsetTargetPoint * Clone() const override
Create a copy of this target point.
Definition WsfRIC_OffsetTargetPoint.hpp:43
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32