MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / start

Function start

Tests/TactilityKernel/Source/DriverIntegrationTest.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#define integration_config(device) static_cast<const IntegrationDriverConfig*>(device->config)
22
23static int start(Device* device) {
24 startCalled++;
25 return integration_config(device)->startResult;
26}
27
28static int stop(Device* device) {
29 stopCalled++;

Callers 1

DOCTEST_DEFINE_DECORATORFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected