mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove old go configuration examples
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
parent
43a5292fc1
commit
41099255f8
2 changed files with 0 additions and 53 deletions
|
@ -1,15 +0,0 @@
|
|||
nodes = {
|
||||
example_node = {
|
||||
type = "go.example"
|
||||
value = 555
|
||||
|
||||
format = "json"
|
||||
|
||||
in = {
|
||||
# signals ={
|
||||
# count = 5,
|
||||
# type = "float"
|
||||
# }
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
nodes = {
|
||||
loopback_node = {
|
||||
type = "go.loopback"
|
||||
value = 555
|
||||
|
||||
format = "opal.asyncip"
|
||||
|
||||
in = {
|
||||
signals ={
|
||||
count = 5,
|
||||
type = "float"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
signal = {
|
||||
type = "signal"
|
||||
signal = "counter"
|
||||
rate = 1
|
||||
values = 5
|
||||
}
|
||||
}
|
||||
|
||||
paths = (
|
||||
{
|
||||
in = "loopback_node"
|
||||
|
||||
hooks = (
|
||||
{
|
||||
type = "dump"
|
||||
}
|
||||
)
|
||||
},
|
||||
{
|
||||
in = "signal",
|
||||
out = "loopback_node"
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue