JayBeams  0.1
Another project to have fun coding.
Variables
jb::defaults Namespace Reference

Default values for configuration parameters. More...

Variables

book_depth_t max_book_depth = JB_BOOK_DEPTH_STATS_DEFAULTS_max_book_depth
 
int max_messages_per_second = JB_OFS_DEFAULTS_max_messages_per_second
 
int max_messages_per_millisecond = JB_OFS_DEFAULTS_max_messages_per_millisecond
 
int max_messages_per_microsecond = JB_OFS_DEFAULTS_max_messages_per_microsecond
 
std::int64_t max_interarrival_time_nanoseconds
 
int max_processing_latency_nanoseconds
 
int reporting_interval_seconds = JB_OFS_DEFAULTS_reporting_interval_seconds
 
std::string thread_config_scheduler = JB_DEFAULT_thread_config_scheduler
 
std::string thread_config_priority = JB_DEFAULT_thread_config_priority
 
bool ignore_setup_errors = JB_DEFAULT_ignore_setup_errors
 

Detailed Description

Default values for configuration parameters.

Variable Documentation

◆ ignore_setup_errors

bool jb::defaults::ignore_setup_errors = JB_DEFAULT_ignore_setup_errors

Definition at line 24 of file thread_config.cpp.

◆ max_book_depth

Definition at line 71 of file book_depth_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ max_interarrival_time_nanoseconds

std::int64_t jb::defaults::max_interarrival_time_nanoseconds
Initial value:

Definition at line 302 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ max_messages_per_microsecond

int jb::defaults::max_messages_per_microsecond = JB_OFS_DEFAULTS_max_messages_per_microsecond

Definition at line 301 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ max_messages_per_millisecond

int jb::defaults::max_messages_per_millisecond = JB_OFS_DEFAULTS_max_messages_per_millisecond

Definition at line 300 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ max_messages_per_second

int jb::defaults::max_messages_per_second = JB_OFS_DEFAULTS_max_messages_per_second

Definition at line 299 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ max_processing_latency_nanoseconds

int jb::defaults::max_processing_latency_nanoseconds
Initial value:

Definition at line 304 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ reporting_interval_seconds

int jb::defaults::reporting_interval_seconds = JB_OFS_DEFAULTS_reporting_interval_seconds

Definition at line 306 of file offline_feed_statistics.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ thread_config_priority

std::string jb::defaults::thread_config_priority = JB_DEFAULT_thread_config_priority

Definition at line 23 of file thread_config.cpp.

◆ thread_config_scheduler

std::string jb::defaults::thread_config_scheduler = JB_DEFAULT_thread_config_scheduler

Definition at line 22 of file thread_config.cpp.