Changeset 19895

Show
Ignore:
Timestamp:
04/02/07 10:24:57 (1 year ago)
Author:
patrick
Message:

MFT [rev 19894]: Note that getSystemModel(), getSytemType(), and

getInterfaceType() have a pre-condition that the driver is
active (i.e., that isActive() returns true).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/modules/gadgeteer/drivers/Intersense/IntersenseAPI/IntersenseAPIStandalone.h

    r19889 r19895  
    222222   /** 
    223223    * Returns an identifier (ISD_SYSTEM_MODEL) describing the type of system. 
     224    * 
     225    * @pre This driver is active. 
     226    * 
     227    * @see isActive() 
    224228    */ 
    225229   int getSystemModel() const 
     
    230234   /** 
    231235    * Returns an identifier (ISD_SYSTEM_TYPE) describing 3DOF or 6DOF. 
     236    * 
     237    * @pre This driver is active. 
     238    * 
     239    * @see isActive() 
    232240    */ 
    233241   int getSystemType() const 
     
    239247    * Returns an identifier (ISD_INTERFACE_TYPE) describing the communication 
    240248    * interface. 
     249    * 
     250    * @pre This driver is active. 
     251    * 
     252    * @see isActive() 
    241253    */ 
    242254   int getInterfaceType() const