Commit 42653d9 1 parent 48047b9 commit 42653d9 Copy full SHA for 42653d9
File tree 1 file changed +14
-14
lines changed
tools/reaction_analyzer/include
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -156,20 +156,20 @@ struct PublisherVarAccessor
156
156
{
157
157
return std::static_pointer_cast<void >(publisher_var.object_spawned_message );
158
158
}
159
- //
160
- // template <typename T>
161
- // void set_object_spawned_message(
162
- // PublisherVariables<T> & publisher_var, const std::shared_ptr<T> & message) const
163
- // {
164
- // publisher_var.object_spawned_message = message;
165
- // }
166
- //
167
- // template <typename T>
168
- // void set_empty_area_message(
169
- // PublisherVariables<T> & publisher_var, const std::shared_ptr<T> & message) const
170
- // {
171
- // publisher_var.empty_area_message = message;
172
- // }
159
+ //
160
+ // template <typename T>
161
+ // void set_object_spawned_message(
162
+ // PublisherVariables<T> & publisher_var, const std::shared_ptr<T> & message) const
163
+ // {
164
+ // publisher_var.object_spawned_message = message;
165
+ // }
166
+ //
167
+ // template <typename T>
168
+ // void set_empty_area_message(
169
+ // PublisherVariables<T> & publisher_var, const std::shared_ptr<T> & message) const
170
+ // {
171
+ // publisher_var.empty_area_message = message;
172
+ // }
173
173
};
174
174
175
175
using PublisherVariablesVariant = std::variant<
You can’t perform that action at this time.
0 commit comments