Changeset 19894

Show
Ignore:
Timestamp:
04/02/07 10:22:53 (2 years ago)
Author:
patrick
Message:

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

Files:

Legend:

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

    r19890 r19894  
    216216   /** 
    217217    * Returns an identifier (ISD_SYSTEM_MODEL) describing the type of system. 
     218    * 
     219    * @pre This driver is active. 
     220    * 
     221    * @see isActive() 
    218222    */ 
    219223   int getSystemModel() const 
     
    224228   /** 
    225229    * Returns an identifier (ISD_SYSTEM_TYPE) describing 3DOF or 6DOF. 
     230    * 
     231    * @pre This driver is active. 
     232    * 
     233    * @see isActive() 
    226234    */ 
    227235   int getSystemType() const 
     
    233241    * Returns an identifier (ISD_INTERFACE_TYPE) describing the communication 
    234242    * interface. 
     243    * 
     244    * @pre This driver is active. 
     245    * 
     246    * @see isActive() 
    235247    */ 
    236248   int getInterfaceType() const