Main Page Class Hierarchy Compound List File List Header Files Compound Members File Members
vrpn Compound List
Here are the classes, structs, unions and interfaces with brief descriptions:
- _vrpn_ListenerDef (No description available)
- _vrpn_MaterialDef (No description available)
- _vrpn_PoseDef (No description available)
- _vrpn_QuadDef (No description available)
- _vrpn_SoundDef (No description available)
- _vrpn_TriDef (No description available)
- cRemoteMapping (No description available)
- currentRTTvoid const (No description available)
- fullSyncvoid (No description available)
- losePeerData (No description available)
- vrpnLogFilterEntry (No description available)
- vrpnMsgCallbackEntry (No description available)
- vrpn_5dt (No description available)
- vrpn_ANALOGCB (No description available)
- vrpn_Analog (No description available)
- vrpn_Analog_Output (No description available)
- vrpn_Analog_Output_Remote (No description available)
- vrpn_Analog_Output_Server (No description available)
- vrpn_Analog_Remote (No description available)
- vrpn_Analog_Remote::vrpn_RBCS (No description available)
- vrpn_Analog_Server (No description available)
- vrpn_BUTTONCB (No description available)
- vrpn_BaseClass (Class from which all user-level (and other) classes that communicate with vrpn_Connections should derive)
- vrpn_BaseClassUnique (INTERNAL class to hold members that there should only be one copy of even when a class inherits from multiple vrpn_BaseClasses because it inherits from multiple user-level classes. Note that not everything in vrpnBaseClass should be here, because (for example) the registration of types should be done for each parent class)
- vrpn_Button (This is the base class for both the client and server for a button device (a device with one or more boolean switches))
- vrpn_Button_Example_Server (No description available)
- vrpn_Button_Filter (All button servers should derive from this class, which provides the ability to turn any of the buttons into toggles (using messages from the remote button object))
- vrpn_Button_Parallel (No description available)
- vrpn_Button_PinchGlove (No description available)
- vrpn_Button_Python (No description available)
- vrpn_Button_Remote (No description available)
- vrpn_Button_Remote::vrpn_RBCS (No description available)
- vrpn_Button_Serial (No description available)
- vrpn_Button_SerialMouse (No description available)
- vrpn_Button_Server (No description available)
- vrpn_CLOCKCB (No description available)
- vrpn_CerealBox (No description available)
- vrpn_Clipping_Analog_Server (Analog server that can scale and clip its range to -1..1)
- vrpn_Clipping_Analog_Server::clipvals_struct (No description available)
- vrpn_Clock (No description available)
- vrpn_Clock_Remote (No description available)
- vrpn_Clock_Remote::_vrpn_CLOCKSYNCLIST (No description available)
- vrpn_Clock_Server (No description available)
- vrpn_Connection (No description available)
- vrpn_ConnectionForwarder (No description available)
- vrpn_ConnectionManager (Singleton class that keeps track of all known VRPN connections and makes sure they're deleted on shutdown)
- vrpn_DIALCB (No description available)
- vrpn_Dial (No description available)
- vrpn_Dial_Example_Server (No description available)
- vrpn_Dial_Remote (No description available)
- vrpn_Dial_Remote::vrpn_RDCS (No description available)
- vrpn_Endpoint (No description available)
- vrpn_FORCECB (No description available)
- vrpn_FORCEERRORCB (No description available)
- vrpn_FORCESCPCB (No description available)
- vrpn_File_Connection (No description available)
- vrpn_File_Connection::FileTime_Accumulator (No description available)
- vrpn_File_Controller (No description available)
- vrpn_ForceDevice (No description available)
- vrpn_ForceDevice_Remote (No description available)
- vrpn_ForceDevice_Remote::vrpn_RFCS (No description available)
- vrpn_ForceDevice_Remote::vrpn_RFERRCS (No description available)
- vrpn_ForceDevice_Remote::vrpn_RFSCPCS (No description available)
- vrpn_Forwarder_Brain (No description available)
- vrpn_Forwarder_Controller (No description available)
- vrpn_Forwarder_List (No description available)
- vrpn_Forwarder_Server (No description available)
- vrpn_HANDLERPARAM (This structure is what is passed to a vrpn_Connection message callback. It is used by objects, but not normally by user code)
- vrpn_IMAGERREGIONCB (No description available)
- vrpn_ImmersionBox (No description available)
- vrpn_Joylin (No description available)
- vrpn_Joystick (No description available)
- vrpn_LOGLIST (No description available)
- vrpn_LamportClock (No description available)
- vrpn_LamportTimestamp (@class vrpn_LamportTimestamp Timestamp for a single event, produced by a vrpn_LamportClock and hopefully generally usable in place of a struct timeval. @class vrpn_LamportClock Implements a distributed event clock as defined by Leslie Lamport in some seminal papers I can't find my copies of, for use by people who want to sequence events without relying on synchronization of wallclocks)
- vrpn_Log (Logs a VRPN stream)
- vrpn_Magellan (No description available)
- vrpn_Mutex (No description available)
- vrpn_Mutex_Remote (No description available)
- vrpn_Mutex_Remote::mutexCallback (No description available)
- vrpn_Mutex_Server (No description available)
- vrpn_Nikon_Controls (No description available)
- vrpn_PA_axis (No description available)
- vrpn_POSERCB (No description available)
- vrpn_POSERVELCB (No description available)
- vrpn_PeerMutex (Vrpn_PeerMutex This class provides distributed mutual exclusion between every instance with the same name for which addPeer() has been called. If a process calls request() when isAvailable() returns true, the mutex will attempt to secure a lock to whatever resource it is governing; either RequestGranted or RequestDenied callbacks will be triggered. If RequestGranted callbacks are triggered, the process has the lock until it explicitly calls release() (and can verify this by checking isHeldLocally()). Once the lock-owner calls release(), Release callbacks at every peer will be triggered. Like most vrpn classes, the mainloop() must be called frequently. Note that none of isAvailable(), isHeldLocally(), and isHeldRemotely() are true between when request() is called and either RequestGranted or RequestDenied callbacks are triggered)
- vrpn_PeerMutex::mutexCallback (No description available)
- vrpn_PeerMutex::peerData (No description available)
- vrpn_Poser (No description available)
- vrpn_Poser::vrpn_RPCS (No description available)
- vrpn_Poser::vrpn_RPVCS (No description available)
- vrpn_Poser_Analog (No description available)
- vrpn_Poser_AnalogParam (No description available)
- vrpn_Poser_Remote (No description available)
- vrpn_Poser_Server (No description available)
- vrpn_ROUTERCB (No description available)
- vrpn_ROUTERNAMECB (No description available)
- vrpn_Radamec_SPI (No description available)
- vrpn_RedundantController (@class vrpn_RedundantController Accepts commands over a connection to control a local vrpn_RedundantTransmission's default parameters)
- vrpn_RedundantController_Protocol (No description available)
- vrpn_RedundantReceiver (No description available)
- vrpn_RedundantReceiver::RRMemory (No description available)
- vrpn_RedundantReceiver::RRRecord (No description available)
- vrpn_RedundantRemote (@class vrpn_RedundantRemote Sends messages to a vrpn_RedundantController so that a vrpn_RedundantTransmission on a server can be controlled from a client)
- vrpn_RedundantTransmission (@class vrpn_RedundantTransmission Helper class for vrpn_Connection that automates redundant transmission for unreliable (low-latency) messages. Call pack_messages() here instead of on your connection, and call mainloop() here before calling mainloop() on your connection)
- vrpn_RedundantTransmission::queuedMessage (No description available)
- vrpn_Router (No description available)
- vrpn_Router_Remote (No description available)
- vrpn_Router_Remote::vrpn_RCH (No description available)
- vrpn_Router_Remote::vrpn_RNH (No description available)
- vrpn_Router_Sierra_Server (No description available)
- vrpn_Serial_Analog (No description available)
- vrpn_SharedObject (No description available)
- vrpn_SharedObject::deferredUpdateCallbackEntry (No description available)
- vrpn_Shared_String (No description available)
- vrpn_Shared_String::callbackEntry (No description available)
- vrpn_Shared_String::timedCallbackEntry (No description available)
- vrpn_Shared_String_Remote (No description available)
- vrpn_Shared_String_Server (No description available)
- vrpn_Shared_float64 (No description available)
- vrpn_Shared_float64::callbackEntry (No description available)
- vrpn_Shared_float64::timedCallbackEntry (No description available)
- vrpn_Shared_float64_Remote (No description available)
- vrpn_Shared_float64_Server (No description available)
- vrpn_Shared_int32 (No description available)
- vrpn_Shared_int32::callbackEntry (No description available)
- vrpn_Shared_int32::timedCallbackEntry (No description available)
- vrpn_Shared_int32_Remote (No description available)
- vrpn_Shared_int32_Server (No description available)
- vrpn_Sound (No description available)
- vrpn_Sound_Client (No description available)
- vrpn_Sound_Server (No description available)
- vrpn_Spaceball (No description available)
- vrpn_StreamForwarder (No description available)
- vrpn_Synchronized_Connection (No description available)
- vrpn_TAF_axis (No description available)
- vrpn_TAF_fullaxis (No description available)
- vrpn_TEXTCB (Structure passed back to user-level code from a vrpn_Text_Receiver)
- vrpn_TRACKERACCCB (No description available)
- vrpn_TRACKERCB (No description available)
- vrpn_TRACKERTRACKER2ROOMCB (No description available)
- vrpn_TRACKERUNIT2SENSORCB (No description available)
- vrpn_TRACKERVELCB (No description available)
- vrpn_TRACKERWORKSPACECB (No description available)
- vrpn_TempImager (Base class for temporary implementation of Imager class)
- vrpn_TempImager_Channel (Holds the description needed to convert from raw data to values for a channel)
- vrpn_TempImager_Region (Holds the data for a sub-region of one channel of the image)
- vrpn_TempImager_Remote (This is the class users deal with: it tells the format and the region data when it arrives)
- vrpn_TempImager_Remote::vrpn_TIDCS (No description available)
- vrpn_TempImager_Remote::vrpn_TIRCS (No description available)
- vrpn_TempImager_Server (No description available)
- vrpn_TextPrinter (Class that handles text/warning/error printing for all objects in the system)
- vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry (Structure to hold the objects that are being watched)
- vrpn_Text_Receiver (Allows a user to handle text messages directly, in addition too having the)
- vrpn_Text_Receiver::vrpn_TCS (No description available)
- vrpn_Text_Sender (Allows a user to send text messages from a device (usually,)
- vrpn_Tng3 (No description available)
- vrpn_Tracker (No description available)
- vrpn_Tracker_3Space (No description available)
- vrpn_Tracker_AnalogFly (This class will turn an analog device such as a joystick or a camera)
- vrpn_Tracker_AnalogFlyParam (No description available)
- vrpn_Tracker_Dyna (No description available)
- vrpn_Tracker_Fastrak (No description available)
- vrpn_Tracker_Flock (No description available)
- vrpn_Tracker_Flock_Parallel (No description available)
- vrpn_Tracker_Flock_Parallel_Slave (No description available)
- vrpn_Tracker_InterSense (No description available)
- vrpn_Tracker_JoyFly (This object has been superceded by the vrpn_Tracker_AnalogFly object)
- vrpn_Tracker_NULL (No description available)
- vrpn_Tracker_Remote (No description available)
- vrpn_Tracker_Remote::vrpn_RTACS (No description available)
- vrpn_Tracker_Remote::vrpn_RTCS (No description available)
- vrpn_Tracker_Remote::vrpn_RTT2RCS (No description available)
- vrpn_Tracker_Remote::vrpn_RTU2SCS (No description available)
- vrpn_Tracker_Remote::vrpn_RTVCS (No description available)
- vrpn_Tracker_Remote::vrpn_RTWSCS (No description available)
- vrpn_Tracker_Serial (No description available)
- vrpn_Tracker_Server (No description available)
- vrpn_TranslationTable (Handles translation of type and sender names between local and network peer equivalents)
- vrpn_TypeDispatcher (Handles types, senders, and callbacks)
- vrpn_TypeDispatcher::vrpnLocalMapping (No description available)
- vrpn_Wanda (No description available)
- vrpn_Zaber (No description available)
- vrpn_raw_SGIBox (No description available)
Generated at Fri Sep 13 15:03:49 2002 for vrpn by
1.0.0 written by Dimitri van Heesch,
© 1997-1999