Actions
Feature #1354
closedSegmentedEncodingBuffer
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Base
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
3.00 h
Description
Implement an encoding buffer class that automatically segments its contents into Data packets. Trigger a callback anytime a segment is ready to be sent out.
Updated by Junxiao Shi over 10 years ago
This feature is a bit too high-level, compared to other parts of the library.
Updated by Junxiao Shi over 10 years ago
- Category set to Base
- Start date deleted (
03/13/2014) - Estimated time set to 3.00 h
Updated by Junxiao Shi about 9 years ago
- Tracker changed from Task to Feature
- Subject changed from Implement SegmentedEncodingBuffer to SegmentedEncodingBuffer
SegmentedEncodingBuffer was proposed to be used for publishing StatusDataset. Now StatusDataset is being published from the Dispatcher
.
Is this feature still relevant?
Updated by Alex Afanasyev about 9 years ago
I think it still relevant, as this function can have more general applicability than just inside the Dispatcher.
What can happen is that the current implementation of status datasat publishing can be moved to a general-purpose utility class.
Updated by Junxiao Shi over 5 years ago
- Is duplicate of Feature #4696: SegmentPublisher: segmentation utility added
Actions