Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SirusDoma/MaiSense
/ SensorProcessor
Method
SensorProcessor
src/SensorProcessor.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace MaiSense
4
{
5
SensorProcessor::SensorProcessor() :
6
checker(0),
7
sensor(0)
8
{
9
}
10
11
SensorProcessor::~SensorProcessor()
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected