23 INLINE
void PStatClientImpl::
24 set_client_name(
const string &name) {
33 INLINE
string PStatClientImpl::
34 get_client_name()
const {
53 INLINE
void PStatClientImpl::
54 set_max_rate(
double rate) {
65 INLINE
double PStatClientImpl::
66 get_max_rate()
const {
79 INLINE
double PStatClientImpl::
80 get_real_time()
const {
81 return _clock->get_short_time() + _delta;
89 INLINE
void PStatClientImpl::
91 _last_frame = _clock->get_short_time();
99 INLINE
bool PStatClientImpl::
100 client_is_connected()
const {
101 return _is_connected;
109 INLINE
void PStatClientImpl::
110 client_resume_after_pause() {
114 double delta = _clock->get_short_time() - _last_frame;