MCPcopy Create free account
hub / github.com/audeering/opensmile / tickResultStr

Function tickResultStr

src/core/smileComponent.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#define MODULE "cSmileComponent"
55
56const char *tickResultStr(eTickResult res) {
57 switch (res) {
58 case TICK_INACTIVE: return "TICK_INACTIVE";
59 case TICK_SUCCESS: return "TICK_SUCCESS";
60 case TICK_SOURCE_NOT_AVAIL: return "TICK_SOURCE_NOT_AVAIL";
61 case TICK_EXT_SOURCE_NOT_AVAIL: return "TICK_EXT_SOURCE_NOT_AVAIL";
62 case TICK_DEST_NO_SPACE: return "TICK_DEST_NO_SPACE";
63 case TICK_EXT_DEST_NO_SPACE: return "TICK_EXT_DEST_NO_SPACE";
64 default: return "invalid value";
65 }
66}
67
68SMILECOMPONENT_STATICS(cSmileComponent)
69

Callers 2

printExecDebugMethod · 0.85
tickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected