15class VRPN_API vrpn_File_Controller {
18 vrpn_File_Controller(vrpn_Connection *);
19 ~vrpn_File_Controller(
void);
21 void set_replay_rate(vrpn_float32 = 1.0);
29 void play_to_time(
struct timeval t);
37 vrpn_Connection *d_connection;
41 vrpn_int32 d_set_replay_rate_type;
42 vrpn_int32 d_reset_type;
43 vrpn_int32 d_play_to_time_type;