ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::MessageQueueConfig< M > Struct Template Reference

Public Member Functions

bool check_queue (const M &message_type)
 Returns true if the given message_type shall be queued based on the configuration of queue_all_messages and message_types_discard_for_queueing.
 

Public Attributes

int transaction_message_attempts
 
int transaction_message_retry_interval
 
int queues_total_size_threshold
 
bool queue_all_messages {false}
 
std::set< M > message_types_discard_for_queueing
 
int message_timeout_seconds = 30
 
int boot_notification_retry_interval_seconds
 

Member Data Documentation

◆ boot_notification_retry_interval_seconds

template<typename M >
int ocpp::MessageQueueConfig< M >::boot_notification_retry_interval_seconds
Initial value:
=
60

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