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