Skip to content
Snippets Groups Projects
Commit 8a915624 authored by Taya Snijder's avatar Taya Snijder
Browse files

aprocessed further reviews

parent 6d376ae7
No related branches found
No related tags found
1 merge request!50Resolve L2SS-188 "2021 05 27 branched from master udp recv sst client"
...@@ -36,13 +36,6 @@ ...@@ -36,13 +36,6 @@
"1": { "1": {
"example_device": { "example_device": {
"LTS/example_device/1": { "LTS/example_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"host.docker.internal" "host.docker.internal"
...@@ -62,13 +55,6 @@ ...@@ -62,13 +55,6 @@
"1": { "1": {
"ini_device": { "ini_device": {
"LTS/ini_device/1": { "LTS/ini_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"host.docker.internal" "host.docker.internal"
...@@ -88,13 +74,6 @@ ...@@ -88,13 +74,6 @@
"1": { "1": {
"APSCTL": { "APSCTL": {
"LTS/APSCTL/1": { "LTS/APSCTL/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"ltspi.astron.nl" "ltspi.astron.nl"
...@@ -114,13 +93,6 @@ ...@@ -114,13 +93,6 @@
"1": { "1": {
"SST": { "SST": {
"LTS/SST/1": { "LTS/SST/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": { "properties": {
"SST_Port": [ "SST_Port": [
"5001" "5001"
...@@ -134,13 +106,6 @@ ...@@ -134,13 +106,6 @@
"1": { "1": {
"SNMP": { "SNMP": {
"LTS/SNMP/1": { "LTS/SNMP/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": { "properties": {
"SNMP_community": [ "SNMP_community": [
"public" "public"
......
...@@ -45,6 +45,8 @@ class SST(hardware_device): ...@@ -45,6 +45,8 @@ class SST(hardware_device):
# ---------- # ----------
# -------- # --------
# SST client annotation consists of a dict that contains the parameter name that needs to be read.
# Example: comms_annotation={"parameter": "this_value_R"}
packet_count_R = attribute_wrapper(comms_annotation={"parameter": "packet_count_R"}, datatype=numpy.int64) packet_count_R = attribute_wrapper(comms_annotation={"parameter": "packet_count_R"}, datatype=numpy.int64)
last_packet_timestamp_R = attribute_wrapper(comms_annotation={"parameter": "last_packet_timestamp_R"}, datatype=numpy.int64) last_packet_timestamp_R = attribute_wrapper(comms_annotation={"parameter": "last_packet_timestamp_R"}, datatype=numpy.int64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment