mtapi_cpp_simple_action_signature-snippet.h 84 Bytes
Newer Older
1 2 3 4 5
void simpleActionFunction(
  TaskContext & task_context
) {
  // something useful
}