MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Init

Method Init

samples/sample2/Sample2Module.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace ark {
27
28bool Sample2Module::Init()
29{
30 std::cout << GET_CLASS_NAME(Sample2Module) << ", Init" << std::endl;
31 return true;
32}
33
34int Sample2Module::OnDataNodeCB(
35 const AFGUID& self, const std::string& name, const AFIData& old_var, const AFIData& new_var)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected