Adam Elliott
Adam Elliott
https://github.com/protocolbuffers/protobuf/blob/92e3d3e02a886839c75aca74dab4d0ea4cef8eb8/python/google/protobuf/internal/decoder.py#L92 >>> from yamcs.client import YamcsClient Traceback (most recent call last): File "", line 1, in File "/home/jython/jython2.7.2/Lib/site-packages/yamcs/client.py", line 4, in from google.protobuf import timestamp_pb2 File "/home/jython/jython2.7.2/Lib/site-packages/google/protobuf/timestamp_pb2.py", line 7, in...
I think this line should call ParameterArchive.getIntervalEnd( https://github.com/yamcs/yamcs/blob/4082ce0c561bec126458b1121213d8194e7d9b35/yamcs-core/src/main/java/org/yamcs/parameterarchive/MultiSegmentIterator.java#L64
According to https://github.com/yamcs/yamcs/issues/398 Yamcs supports packets segmented across frames for telemetry. Does Yamcs support segmentation for commanding as well using the optional Segment Header of the "TC Space Data Link...
More generally, is there any way to specify how a parameter value should be formatted for display? If not, can this feature be added?
When sending a command with long enum labels, labels can get split to multiple lines and partially cutoff (see screenshot). Expected behavior would be for the dropdown's width to increase...
EventService appears to have a time-sensitive bug related to repeated-event reduction. Actual exception varies. See two examples below. Although pretty rare, we have experienced this bug a few times now...