2021-09-21 15:22:09 +02:00
|
|
|
/** Capabilities
|
|
|
|
*
|
2022-12-14 17:41:58 +01:00
|
|
|
* @author Steffen Vogel <post@steffenvogel.de>
|
2022-03-15 09:28:57 -04:00
|
|
|
* @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC
|
2022-07-04 18:20:03 +02:00
|
|
|
* @license Apache 2.0
|
2021-09-21 15:22:09 +02:00
|
|
|
*********************************************************************************/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <jansson.h>
|
|
|
|
|
|
|
|
namespace villas {
|
|
|
|
namespace node {
|
|
|
|
|
|
|
|
json_t * getCapabilities();
|
|
|
|
|
2023-08-28 09:34:02 +02:00
|
|
|
} // namespace node
|
2021-09-21 15:22:09 +02:00
|
|
|
} /* namepace vilals */
|