onboardapi  9.10.0
by Rheinmetall
M_CoordinateFrame::ReportPositions Struct Reference

Report position in different coordinate frames. More...

Public Member Functions

 ReportPositions ()
 
 ReportPositions (std::string const &KeyId, M_Common::PositionListType const &PositionList, bool IsRemoved)
 

Public Attributes

std::string KeyId
 
M_Common::PositionListType PositionList
 Position in different coordinate frames. More...
 
bool IsRemoved
 

Detailed Description

Report position in different coordinate frames.

Constructor & Destructor Documentation

◆ ReportPositions() [1/2]

M_CoordinateFrame::ReportPositions::ReportPositions ( )

◆ ReportPositions() [2/2]

M_CoordinateFrame::ReportPositions::ReportPositions ( std::string const &  KeyId,
M_Common::PositionListType const &  PositionList,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_CoordinateFrame::ReportPositions::IsRemoved

Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.

◆ KeyId

std::string M_CoordinateFrame::ReportPositions::KeyId

Identifies the moving entity associated with the position. Note: This may also be the service name of another network participant. In this case, this associates the data with the device to which the service name belongs.

◆ PositionList

M_Common::PositionListType M_CoordinateFrame::ReportPositions::PositionList

Position in different coordinate frames.