CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::SubscribeReplyPayload Struct Reference

Reply to subscription request. More...

#include <commrat/messaging/system/subscription_messages.hpp>

Public Attributes

int64_t actual_period_ms {0}
 Actual update period in ms.
 
bool success {false}
 True if subscription succeeded.
 
uint32_t error_code {0}
 0=success, 1=max_subscribers, 2=other
 

Detailed Description

Reply to subscription request.

Producer sends this back to confirm subscription and report actual period.

Definition at line 28 of file subscription_messages.hpp.

Member Data Documentation

◆ actual_period_ms

◆ error_code

uint32_t commrat::SubscribeReplyPayload::error_code {0}

0=success, 1=max_subscribers, 2=other

Definition at line 31 of file subscription_messages.hpp.

◆ success


The documentation for this struct was generated from the following file: