RTC Telemetry Republisher Component Application.
More...
RTC Telemetry Republisher Component Application.
◆ MudpiProcessingError
MUDPI Processor errors
| Enumerator |
|---|
| TopicIdOutOfRange | TopicId out of range
|
| FrameIdOutOfRange | FrameId out of range
|
| JumpedSamples | next expected sample missed
|
| MissingFrame | missing (skipped) frame inside a sample
|
| TopicTooLong | topic too long
|
◆ GetMudpiProcessorErrorCategory()
| const std::error_category& rtctk::telRepub::GetMudpiProcessorErrorCategory |
( |
| ) |
|
|
inline |
MudpiProcessing error category.
◆ make_error_code()
Create std::error_code from ProcessingError.
◆ MAX_TOPIC_SIZE
| uint32_t const rtctk::telRepub::MAX_TOPIC_SIZE = 55000 |
At the moment we limit the payload of topic to 55000 bytes