TrajectoryExporter Class Reference

Exports instances of the DesignerTrajectory class to files as serialized instance of the Trajectory class. UserWaypoint information is not exported. More...

#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ImportExport/TrajectoryExporter.h>

Public Member Functions

void exportTrajectory (std::vector< DesignerTrajectoryPtr > trajectories, const std::string file)
 Exports a trajectory to the target file as a serialized instance of the Trajectory class. More...
 

Detailed Description

Exports instances of the DesignerTrajectory class to files as serialized instance of the Trajectory class. UserWaypoint information is not exported.

Definition at line 35 of file TrajectoryExporter.h.

Member Function Documentation

◆ exportTrajectory()

void exportTrajectory ( std::vector< DesignerTrajectoryPtr trajectories,
const std::string  file 
)

Exports a trajectory to the target file as a serialized instance of the Trajectory class.

Parameters
trajectoryTrajectory to export.
fpsfsequency of the measurements in measurements per second.
cThe Ice::Current instance

Definition at line 33 of file TrajectoryExporter.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: