mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
rename node to iec61850-8-1
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
This commit is contained in:
parent
e612e7cebc
commit
e619cb8bf1
2 changed files with 4 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
nodes = {
|
||||
goose = {
|
||||
type = "iec61850-goose"
|
||||
type = "iec61850-8-1"
|
||||
|
||||
out = {
|
||||
# Ethernet interface to publish on
|
|
@ -927,14 +927,6 @@ int GooseNode::stop()
|
|||
return Node::stop();
|
||||
}
|
||||
|
||||
static char name[] = "iec61850-goose";
|
||||
static char description[] = "Subscribe to and publish GOOSE messages";
|
||||
static NodePlugin<
|
||||
GooseNode,
|
||||
name,
|
||||
description,
|
||||
(int) NodeFactory::Flags::SUPPORTS_READ
|
||||
| (int) NodeFactory::Flags::SUPPORTS_WRITE
|
||||
| (int) NodeFactory::Flags::SUPPORTS_POLL,
|
||||
1
|
||||
> p;
|
||||
static char name[] = "iec61850-8-1";
|
||||
static char description[] = "IEC 61850-8-1 (GOOSE)";
|
||||
static NodePlugin<GooseNode, name, description, (int) NodeFactory::Flags::SUPPORTS_READ | (int) NodeFactory::Flags::SUPPORTS_WRITE | (int) NodeFactory::Flags::SUPPORTS_POLL, 1> p;
|
||||
|
|
Loading…
Add table
Reference in a new issue