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