|
AcsBulkdata::SenderFlowConfiguration − |
|
#include <bulkDataNTConfiguration.h> Inherits AcsBulkdata::DDSConfiguration. |
|
Public Member Functions |
|
SenderFlowConfiguration () |
|
void setDDSSenderFlowQoS (char *cfg) |
|
void setDDSSenderFlowQoS (char *profileName, char *cfg) |
|
double getACKsTimeout () const |
|
double getSendFrameTimeout () const |
|
void setACKsTimeout (double acKsTimeout) |
|
void setSendFrameTimeout (double frameTimeout) |
|
double getThrottling () const |
|
void setThrottling (double throttling) |
|
Static Public Attributes |
|
static double DEFAULT_SENDFRAME_TIMEOUT |
|
static double DEFAULT_ACKs_TIMEOUT |
|
static double DEFAULT_THROTTLING |
|
Protected Attributes |
|
double sendFrameTimeout |
|
double ACKsTimeout |
|
double throttling |
|
A Sender flow configuration |
|
AcsBulkdata::SenderFlowConfiguration::SenderFlowConfiguration () |
|
double AcsBulkdata::SenderFlowConfiguration::getACKsTimeout () const |
|
double AcsBulkdata::SenderFlowConfiguration::getSendFrameTimeout () const |
|
double AcsBulkdata::SenderFlowConfiguration::getThrottling () const |
|
void AcsBulkdata::SenderFlowConfiguration::setACKsTimeout (double acKsTimeout) |
|
void AcsBulkdata::SenderFlowConfiguration::setDDSSenderFlowQoS (char * profileName, char * cfg) Sets DDS QoS directly using XML + profile name (if we need to have it unique) |
|
Parameters: |
|
profileName |
|
void AcsBulkdata::SenderFlowConfiguration::setDDSSenderFlowQoS (char * cfg) Sets DDS QoS directly using XML |
|
Parameters: |
|
cfg (same value that can be given to DDSReceiverFlowQoS elemtn in CDB |
|
void AcsBulkdata::SenderFlowConfiguration::setSendFrameTimeout (double frameTimeout) |
|
void AcsBulkdata::SenderFlowConfiguration::setThrottling (double throttling) |
|
double AcsBulkdata::SenderFlowConfiguration::ACKsTimeout [protected] |
|
double AcsBulkdata::SenderFlowConfiguration::DEFAULT_ACKs_TIMEOUT [static] |
|
double AcsBulkdata::SenderFlowConfiguration::DEFAULT_SENDFRAME_TIMEOUT [static] |
|
double AcsBulkdata::SenderFlowConfiguration::DEFAULT_THROTTLING [static] |
|
double AcsBulkdata::SenderFlowConfiguration::sendFrameTimeout [protected] |
|
double AcsBulkdata::SenderFlowConfiguration::throttling [protected] |
|
Generated automatically by Doxygen for ACS-2015.8 C++ API from the source code. |