Skip to content

Commit

Permalink
Added missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Jan 29, 2020
1 parent 2f5cd98 commit ecaaecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions adUVCApp/src/ADUVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,16 @@ int ADUVC::selectBestCameraFormats(ADUVC_CamFormat_t* formatBuffer, int numForma
//-----------------------------------------------


/**
* Ovderride of NDDriver base function, calls connect to camera
*
* @params[in]: pasynUser -> asyn User instance for the driver
*/
asynStatus ADUVC::connect(asynUser* pasynUser) {
return connectToDeviceUVC();
}


/**
* Function responsible for connecting to the UVC device. First, a device context is created,
* then the device is identified, then opened.
Expand Down

0 comments on commit ecaaecc

Please sign in to comment.