|
void | init (void) |
|
bool | time_to_exit (void) |
|
void | time_to_exit (bool do_exit) |
|
bool | get_imager_description (vrpn_int32 &nRows, vrpn_int32 &nCols, vrpn_int32 &nDepth, vrpn_int32 &nChannels, const char **channelBuffer) |
|
bool | set_imager_description (vrpn_int32 nRows, vrpn_int32 nCols, vrpn_int32 nDepth, vrpn_int32 nChannels, const char *channelBuffer) |
|
bool | get_logfile_request (char **lil, char **lol, char **ril, char **rol) |
|
void | set_logfile_request (const char *lil, const char *lol, const char *ril, const char *rol) |
|
bool | get_logfile_result (char **lil, char **lol, char **ril, char **rol) |
|
void | set_logfile_result (const char *lil, const char *lol, const char *ril, const char *rol) |
|
void | get_logfile_names (char **local_in, char **local_out, char **remote_in, char **remote_out) |
|
bool | get_throttle_request (vrpn_int32 *throttle_count) |
|
void | set_throttle_request (vrpn_int32 throttle_count) |
|
vrpn_int32 | get_frames_in_queue (void) |
|
vrpn_int32 | increment_frames_in_queue (void) |
|
vrpn_int32 | decrement_frames_in_queue (void) |
|
vrpn_int32 | get_logger_to_client_queue_size (void) |
|
bool | insert_logger_to_client_message (const vrpn_HANDLERPARAM &p) |
|
bool | retrieve_logger_to_client_message (vrpn_HANDLERPARAM *p) |
|