/** Capabilities * * @author Steffen Vogel * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ #pragma once #include namespace villas { namespace node { json_t * getCapabilities(); } // namespace node } /* namepace vilals */