MCPcopy Create free account
hub / github.com/arjunskumar/Robotics_CPP_Notes / SensorPipeline

Method SensorPipeline

capstone/sensor_pipeline.hpp:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89class SensorPipeline {
90public:
91 explicit SensorPipeline(std::string_view name)
92 : name_(name) {}
93
94 // RAII: destructor guarantees clean shutdown (Module 07)
95 ~SensorPipeline() { stop(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected