18INLINE
void PStatClientImpl::
19set_client_name(
const std::string &name) {
26INLINE std::string PStatClientImpl::
27get_client_name()
const {
41INLINE
void PStatClientImpl::
42set_max_rate(
double rate) {
50INLINE
double PStatClientImpl::
61INLINE
double PStatClientImpl::
62get_real_time()
const {
63 return _clock->get_short_time() + _delta;
69INLINE
void PStatClientImpl::
71 _last_frame = _clock->get_short_time();
77INLINE
bool PStatClientImpl::
78client_is_connected()
const {
85INLINE
void PStatClientImpl::
86client_resume_after_pause() {
90 double delta = _clock->get_short_time() - _last_frame;