#include <Parameters.h>
Collaboration diagram for ACE_RMCast::Parameters:
Public Member Functions | |
Parameters (bool simulator=false, unsigned short max_packet_size=1470, ACE_Time_Value const &tick=ACE_Time_Value(0, 2000), unsigned long nak_timeout=1, unsigned long nrtm_timeout=10, unsigned long retention_timeout=500, size_t addr_map_size=50) | |
bool | simulator () const |
unsigned short | max_packet_size () const |
ACE_Time_Value const & | tick () const |
unsigned long | nak_timeout () const |
unsigned long | nrtm_timeout () const |
unsigned long | retention_timeout () const |
size_t | addr_map_size () const |
Private Attributes | |
bool | simulator_ |
unsigned short | max_packet_size_ |
ACE_Time_Value | tick_ |
unsigned long | nak_timeout_ |
unsigned long | nrtm_timeout_ |
unsigned long | retention_timeout_ |
size_t | addr_map_size_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|