qBool Refresh(); qBool Refresh( const Time & tRefreshTime ); qBool Refresh( DataSet & refDataset ); qBool Refresh( DataSet & refDataset, const Time & tRefreshTime );
Refresh ( )
|
Transfers duplica dataset information from the buffer. |
Refresh ( const Time & )
|
Transfers duplica dataset information from the buffer. |
Refresh ( DataSet & )
|
Transfers duplica dataset information from the buffer. |
Refresh ( DataSet &, const Time & )
|
Transfers duplica dataset information from the buffer. |
If the Data Definition Language (DDL) file specifies to use buffers with datasets, the datasets are not immediately refreshed when messages are received. These messages are temporarily pooled in the buffer. If the DDL file specifies the buffered
property (use a buffer) or the extrapolation_filter
property (use dead reckoning), the corresponding datasets use the buffer.
Use of this function refreshes all duplica datasets using the information that has accumulated in the buffer.
This function can only be called when the duplicated object instance is a duplica.
On CTR, for load reduction purposes we recommend using one of the overloaded functions that explicitly specifies the session clock.
If the Data Definition Language (DDL) file specifies to use buffers with datasets, the datasets are not immediately refreshed when messages are received. These messages are temporarily pooled in the buffer. If the DDL file specifies the buffered
property (use a buffer) or the extrapolation_filter
property (use dead reckoning), the corresponding datasets use the buffer.
Use of this function refreshes all duplica datasets using the information that has accumulated in the buffer.
This function can only be called when the duplicated object instance is a duplica.
If the Data Definition Language (DDL) file specifies to use buffers with datasets, the datasets are not immediately refreshed when messages are received. These messages are temporarily pooled in the buffer. If the DDL file specifies the buffered
property (use a buffer) or the extrapolation_filter
property (use dead reckoning), the corresponding datasets use the buffer.
This function transfers data that has accumulated in the buffer to the specified dataset, refreshing it.
This function can only be called when the duplicated object instance is a duplica.
On CTR, for load reduction purposes we recommend using one of the overloaded functions that explicitly specifies the session clock.
If the Data Definition Language (DDL) file specifies to use buffers with datasets, the datasets are not immediately refreshed when messages are received. These messages are temporarily pooled in the buffer. If the DDL file specifies the buffered
property (use a buffer) or the extrapolation_filter
property (use dead reckoning), the corresponding datasets use the buffer.
This function transfers data that has accumulated in the buffer to the specified dataset, refreshing it.
This function can only be called when the duplicated object instance is a duplica.
CONFIDENTIAL