Replies: 3 comments 7 replies
-
as |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't think its a valid way, cause it complicates handling of plc values. Instead we could introduce result metadata, just like jdbc does for results sets. Since Apache PLC4X aimed to become a "jdbc for plcs" that way would fit initial declaration. |
Beta Was this translation helpful? Give feedback.
6 replies
-
#1088 is waiting for comments ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently implementing some protocols, where the tag itself is passed along with some meta-information.
Till now I have the chance to either skip the additional fields and return a strongly typed PlcValue or I use a PlcStruct and the user needs to know which field the "value" is stored in.
I would however like to change the PlcValue type, to have a Map<String, PlcValue> of meta-information. This way the person interested in the information can access it, but still the PlcValue keeps it's "value".
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions