Skip to content
Snippets Groups Projects
Commit d621a4af authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent b1307a72
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21225 skipped
......@@ -119,9 +119,9 @@ class ProcessorBase : public NodeBase, public std::enable_shared_from_this<Proce
YAML::Node params_;
BufferFrame buffer_frame_;
BufferCapture buffer_capture_;
private:
TypeComposite state_types_; ///< State type composite of frames created or used by this processor
private:
TypeComposite state_types_; ///< State type composite of frames created or used by this processor
SensorBaseWPtr sensor_ptr_;
static unsigned int processor_id_count_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment