You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.

Class slamcore::FrameSyncInterface

class FrameSyncInterface : public ObjectInterface

Frame sync token object. Received at the beginning of new frame.

Public Types

using Ptr = std::shared_ptr<FrameSyncInterface>
using CPtr = std::shared_ptr<const FrameSyncInterface>

Public Functions

inline virtual ObjectType type() const

Type of the object.

virtual ~FrameSyncInterface() = default