vrpn 07.35
Virtual Reality Peripheral Network
|
#include <vrpn_FileConnection.h>
Public Member Functions | |
vrpn_FileBookmark () | |
~vrpn_FileBookmark () | |
Public Attributes | |
bool | valid |
timeval | oldTime |
long int | file_pos |
vrpn_LOGLIST * | oldCurrentLogEntryPtr |
vrpn_LOGLIST * | oldCurrentLogEntryCopy |
Definition at line 199 of file vrpn_FileConnection.h.
vrpn_File_Connection::vrpn_FileBookmark::vrpn_FileBookmark | ( | ) |
Definition at line 854 of file vrpn_FileConnection.C.
vrpn_File_Connection::vrpn_FileBookmark::~vrpn_FileBookmark | ( | ) |
Definition at line 864 of file vrpn_FileConnection.C.
long int vrpn_File_Connection::vrpn_FileBookmark::file_pos |
Definition at line 205 of file vrpn_FileConnection.h.
Referenced by vrpn_File_Connection::return_to_bookmark(), and vrpn_File_Connection::store_stream_bookmark().
vrpn_LOGLIST* vrpn_File_Connection::vrpn_FileBookmark::oldCurrentLogEntryCopy |
Definition at line 208 of file vrpn_FileConnection.h.
Referenced by vrpn_File_Connection::return_to_bookmark(), and vrpn_File_Connection::store_stream_bookmark().
vrpn_LOGLIST* vrpn_File_Connection::vrpn_FileBookmark::oldCurrentLogEntryPtr |
Definition at line 206 of file vrpn_FileConnection.h.
Referenced by vrpn_File_Connection::return_to_bookmark(), and vrpn_File_Connection::store_stream_bookmark().
timeval vrpn_File_Connection::vrpn_FileBookmark::oldTime |
Definition at line 204 of file vrpn_FileConnection.h.
Referenced by vrpn_File_Connection::return_to_bookmark(), and vrpn_File_Connection::store_stream_bookmark().
bool vrpn_File_Connection::vrpn_FileBookmark::valid |
Definition at line 203 of file vrpn_FileConnection.h.
Referenced by vrpn_File_Connection::return_to_bookmark(), and vrpn_File_Connection::store_stream_bookmark().