Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup boost serialization #490

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tesseract_command_language/src/cartesian_waypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ void tesseract_planning::CartesianWaypoint::serialize(Archive& ar, const unsigne
}

#include <tesseract_common/serialization.h>

TESSERACT_CARTESIAN_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::CartesianWaypoint)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CartesianWaypoint)
TESSERACT_CARTESIAN_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::CartesianWaypoint);
3 changes: 2 additions & 1 deletion tesseract_command_language/src/composite_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ void CompositeInstruction::serialize(Archive& ar, const unsigned int /*version*/
} // namespace tesseract_planning

#include <tesseract_common/serialization.h>
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CompositeInstruction)

TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::CompositeInstruction)
TESSERACT_ANY_EXPORT_IMPLEMENT(TesseractPlanningCompositeInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CompositeInstruction)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/joint_waypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ void JointWaypoint::serialize(Archive& ar, const unsigned int /*version*/)
}
} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypoint)
TESSERACT_JOINT_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::JointWaypoint)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypoint)
3 changes: 2 additions & 1 deletion tesseract_command_language/src/move_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,6 @@ void MoveInstruction::serialize(Archive& ar, const unsigned int /*version*/)
} // namespace tesseract_planning

#include <tesseract_common/serialization.h>
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstruction)

TESSERACT_MOVE_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::MoveInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstruction)
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ void tesseract_planning::CartesianWaypointPoly::serialize(Archive& ar, const uns
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<CartesianWaypointPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_cartesian_waypoint::CartesianWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CartesianWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CartesianWaypointPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_cartesian_waypoint::CartesianWaypointInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::CartesianWaypointPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::CartesianWaypointPoly)

TESSERACT_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::CartesianWaypointPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_cartesian_waypoint::CartesianWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CartesianWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::CartesianWaypointPoly)
8 changes: 4 additions & 4 deletions tesseract_command_language/src/poly/instruction_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ void tesseract_planning::InstructionPoly::serialize(Archive& ar, const unsigned
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<InstructionPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_instruction::InstructionInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::InstructionPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::InstructionPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_instruction::InstructionInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::InstructionPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::InstructionPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_instruction::InstructionInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::InstructionPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::InstructionPoly)
8 changes: 4 additions & 4 deletions tesseract_command_language/src/poly/joint_waypoint_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ void tesseract_planning::JointWaypointPoly::serialize(Archive& ar, const unsigne
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<JointWaypointPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_joint_waypoint::JointWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypointPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_joint_waypoint::JointWaypointInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::JointWaypointPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::JointWaypointPoly)

TESSERACT_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::JointWaypointPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_joint_waypoint::JointWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::JointWaypointPoly)
8 changes: 4 additions & 4 deletions tesseract_command_language/src/poly/move_instruction_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ void tesseract_planning::MoveInstructionPoly::serialize(Archive& ar, const unsig
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<MoveInstructionPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_move_instruction::MoveInstructionInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstructionPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstructionPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_move_instruction::MoveInstructionInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::MoveInstructionPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::MoveInstructionPoly)

TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::MoveInstructionPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_move_instruction::MoveInstructionInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstructionPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::MoveInstructionPoly)
8 changes: 4 additions & 4 deletions tesseract_command_language/src/poly/state_waypoint_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ void tesseract_planning::StateWaypointPoly::serialize(Archive& ar, const unsigne
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<StateWaypointPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_state_waypoint::StateWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypointPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_state_waypoint::StateWaypointInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::StateWaypointPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::StateWaypointPoly)

TESSERACT_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::StateWaypointPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_state_waypoint::StateWaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypointPoly)
8 changes: 4 additions & 4 deletions tesseract_command_language/src/poly/waypoint_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ void tesseract_planning::WaypointPoly::serialize(Archive& ar, const unsigned int
ar& boost::serialization::make_nvp("base", boost::serialization::base_object<WaypointPolyBase>(*this));
}

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_waypoint::WaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::WaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::WaypointPoly)

BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::detail_waypoint::WaypointInterface)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::WaypointPolyBase)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::WaypointPoly)

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::detail_waypoint::WaypointInterface)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::WaypointPolyBase)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::WaypointPoly)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/profile_dictionary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ void ProfileDictionary::serialize(Archive& /*ar*/, const unsigned int /*version*

#include <tesseract_common/serialization.h>
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::ProfileDictionary)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::ProfileDictionary)
TESSERACT_ANY_EXPORT_IMPLEMENT(TesseractPlanningProfileDictionarySharedPtr)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::ProfileDictionary)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/set_analog_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ void SetAnalogInstruction::serialize(Archive& ar, const unsigned int /*version*/
} // namespace tesseract_planning

#include <tesseract_common/serialization.h>
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::SetAnalogInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::SetAnalogInstruction)
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::SetAnalogInstruction);
2 changes: 1 addition & 1 deletion tesseract_command_language/src/set_tool_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ void SetToolInstruction::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::SetToolInstruction)
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::SetToolInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::SetToolInstruction)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/state_waypoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ void StateWaypoint::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypoint)
TESSERACT_STATE_WAYPOINT_EXPORT_IMPLEMENT(tesseract_planning::StateWaypoint)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StateWaypoint)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/timer_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ void TimerInstruction::serialize(Archive& ar, const unsigned int /*version*/)
}
} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TimerInstruction)
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::TimerInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TimerInstruction)
2 changes: 1 addition & 1 deletion tesseract_command_language/src/wait_instruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ void WaitInstruction::serialize(Archive& ar, const unsigned int /*version*/)
} // namespace tesseract_planning

#include <tesseract_common/serialization.h>
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::WaitInstruction)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::WaitInstruction)
TESSERACT_INSTRUCTION_EXPORT_IMPLEMENT(tesseract_planning::WaitInstruction);
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ class DoneTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::DoneTask, "DoneTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::DoneTask)

#endif // TESSERACT_TASK_COMPOSER_DONE_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ class ErrorTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::ErrorTask, "ErrorTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::ErrorTask)

#endif // TESSERACT_TASK_COMPOSER_ERROR_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ class HasDataStorageEntryTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::HasDataStorageEntryTask, "HasDataStorageEntryTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::HasDataStorageEntryTask)

#endif // TESSERACT_TASK_COMPOSER_HAS_DATA_STORAGE_ENTRY_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ class RemapTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::RemapTask, "RemapTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::RemapTask)
#endif // TESSERACT_TASK_COMPOSER_REMAP_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ class StartTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::StartTask, "StartTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::StartTask)

#endif // TESSERACT_TASK_COMPOSER_START_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ class SyncTask : public TaskComposerTask

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::SyncTask, "SyncTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::SyncTask)

#endif // TESSERACT_TASK_COMPOSER_SYNC_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,5 @@ class TaskComposerContext
mutable std::atomic<bool> aborted_{ false };
};
} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerContext, "TaskComposerContext")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerContext)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_CONTEXT_H
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,5 @@ class TaskComposerDataStorage
};

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerDataStorage, "TaskComposerDataStorage")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerDataStorage)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_DATA_STORAGE_H
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ class TaskComposerExecutor
};
} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerExecutor, "TaskComposerExecutor")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerExecutor)

#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_EXECUTOR_H
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ class TaskComposerGraph : public TaskComposerNode

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerGraph, "TaskComposerGraph")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerGraph)

#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_GRAPH_H
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,5 @@ class TaskComposerKeys

std::ostream& operator<<(std::ostream& os, const TaskComposerKeys& keys);
} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerKeys, "TaskComposerKeys")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerKeys)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_KEYS_H
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,5 @@ class TaskComposerNode
};

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerNode, "TaskComposerNode")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerNode)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_NODE_H
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ class TaskComposerNodeInfoContainer
const boost::uuids::uuid& uuid) const;
};
} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerNodeInfo, "TaskComposerNodeInfo")
BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerNodeInfoContainer, "TaskComposerNodeInfoContainer")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerNodeInfo)
BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerNodeInfoContainer)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_NODE_INFO_H
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ struct TaskComposerNodePorts
};

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerNodePorts, "TaskComposerNodePorts")

BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerNodePorts)
#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_NODE_PORTS_H
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ class TaskComposerPipeline : public TaskComposerGraph

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerPipeline, "TaskComposerPipeline")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerPipeline)

#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_PIPELINE_H
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ class TaskComposerTask : public TaskComposerNode

} // namespace tesseract_planning

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::TaskComposerTask, "TaskComposerTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::TaskComposerTask)

#endif // TESSERACT_TASK_COMPOSER_TASK_COMPOSER_TASK_H
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ class TestTask : public TaskComposerTask
};
} // namespace tesseract_planning::test_suite

BOOST_CLASS_EXPORT_KEY2(tesseract_planning::test_suite::TestTask, "TestTask")
BOOST_CLASS_EXPORT_KEY(tesseract_planning::test_suite::TestTask)

#endif // TESSERACT_TASK_COMPOSER_TEST_TASK_H
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/nodes/done_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ void DoneTask::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::DoneTask)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::DoneTask)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::DoneTask)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/nodes/error_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ void ErrorTask::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::ErrorTask)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::ErrorTask)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::ErrorTask)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/nodes/remap_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ void RemapTask::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::RemapTask)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::RemapTask)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::RemapTask)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/nodes/start_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ void StartTask::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StartTask)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::StartTask)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::StartTask)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/nodes/sync_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ void SyncTask::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::SyncTask)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::SyncTask)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::SyncTask)
3 changes: 1 addition & 2 deletions tesseract_task_composer/core/src/task_composer_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,5 @@ void TaskComposerContext::serialize(Archive& ar, const unsigned int /*version*/)
}

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerContext)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerContext)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerContext)
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,5 @@ void TaskComposerDataStorage::serialize(Archive& ar, const unsigned int /*versio
}

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerDataStorage)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerDataStorage)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerDataStorage)
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ void TaskComposerExecutor::serialize(Archive& ar, const unsigned int /*version*/

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerExecutor)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerExecutor)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerExecutor)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/task_composer_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,5 @@ void TaskComposerGraph::serialize(Archive& ar, const unsigned int /*version*/)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerGraph)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerGraph)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerGraph)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/task_composer_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ std::ostream& operator<<(std::ostream& os, const TaskComposerKeys& keys)

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerKeys)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerKeys)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerKeys)
2 changes: 1 addition & 1 deletion tesseract_task_composer/core/src/task_composer_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,5 +549,5 @@ void TaskComposerNode::setData(TaskComposerDataStorage& data_storage,

} // namespace tesseract_planning

TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerNode)
BOOST_CLASS_EXPORT_IMPLEMENT(tesseract_planning::TaskComposerNode)
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_planning::TaskComposerNode)
Loading
Loading