MCPcopy Create free account

hub / github.com/ISEE-Technology/CamVox / functions

Functions5,903 in github.com/ISEE-Technology/CamVox

↓ 1 callersFunctionCDCDSerialPort_GetLineCoding
* Copy current line coding settings to appointed space. * \param pCdcd Pointer to CDCDSerialPort instance. * \param pLineCoding Pointer to CDCLineC
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:442
↓ 1 callersFunctionCDCDSerialPort_GetSerialState
* Returns the current status of the RS-232 line. * \param pCdcd Pointer to CDCDSerialPort instance. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:457
↓ 1 callersFunctionCDCDSerialPort_Initialize
* Initializes the USB Device CDC serial port function. * \param pCdcd Pointer to CDCDSerialPort instance. * \param pUsbd Pointer to USBDDriver insta
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:243
↓ 1 callersFunctionCDCDSerialPort_ParseInterfaces
* Parse CDC Serial Port information for CDCDSerialPort instance. * Accepted interfaces: * - Communication Interface + Data Interface * - Data Inter
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:286
↓ 1 callersFunctionCDCDSerialPort_Read
* Receives data from the host through the virtual COM port created by * the CDC device serial driver. This function behaves like USBD_Read. * \param
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:363
↓ 1 callersFunctionCDCDSerialPort_RequestHandler
* Handles CDC-specific SETUP requests. Should be called from a * re-implementation of USBDCallbacks_RequestReceived() method. * \param pCdcd Pointer
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:310
↓ 1 callersFunctionCDCDSerialPort_SetSerialState
* Sets the current serial state of the device to the given value. * \param pCdcd Pointer to CDCDSerialPort instance. * \param wSerialState New dev
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:467
↓ 1 callersFunctionCDCDSerialPort_Write
* Sends a data buffer through the virtual COM port created by the CDC * device serial driver. This function behaves exactly like USBD_Write. * \para
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerialPort.c:399
↓ 1 callersFunctionCDCDSerial_ConfigureFunction
* Invoked whenever the device is changed by the * host. * \pDescriptors Pointer to the descriptors for function configure. * \wLength Length o
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:129
↓ 1 callersFunctionCDCDSerial_ControlLineStateChanged
* Invoked when the CDC ControlLineState is changed * \param port Port number. * \param DTR New DTR value. * \param RTS New RTS value. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial_Callbacks.c:64
↓ 1 callersFunctionCDCDSerial_GetControlLineState
* Returns the current control line state of the RS-232 line. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:197
↓ 1 callersFunctionCDCDSerial_GetLineCoding
* Copy current line coding settings to pointered space. * \param pLineCoding Pointer to CDCLineCoding instance. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:208
↓ 1 callersFunctionCDCDSerial_GetSerialState
* Returns the current status of the RS-232 line. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:218
↓ 1 callersFunctionCDCDSerial_Initialize
* Initializes the USB Device CDC serial driver & USBD Driver. * \param pUsbd Pointer to USBDDriver instance. * \param bInterfaceNb Interfa
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:108
↓ 1 callersFunctionCDCDSerial_LineCodingIsToChange
* Invoked when the CDC LineCoding is requested to changed * \param port Port number. * \param pLineCoding Pointer to new LineCoding setti
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial_Callbacks.c:50
↓ 1 callersFunctionCDCDSerial_Read
* Receives data from the host through the virtual COM port created by * the CDC device serial driver. This function behaves like USBD_Read. * \param
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:163
↓ 1 callersFunctionCDCDSerial_RequestHandler
* Handles CDC-specific SETUP requests. Should be called from a * re-implementation of USBDCallbacks_RequestReceived() method. * \param request Point
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:144
↓ 1 callersFunctionCDCDSerial_SetSerialState
* Sets the current serial state of the device to the given value. * \param serialState New device state. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:229
↓ 1 callersFunctionCDCDSerial_Write
* Sends a data buffer through the virtual COM port created by the CDC * device serial driver. This function behaves exactly like USBD_Write. * \para
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/cdc-serial/CDCDSerial.c:184
↓ 1 callersFunctionCDCLineCoding_Initialize
* Initializes the bitrate, number of stop bits, parity checking and * number of data bits of a CDCLineCoding object. * \param lineCoding Pointer
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/common/cdc/CDCLineCoding.c:58
↓ 1 callersFunctionCe
(d,h,g,v,y,e)
inertial-sense-ros/lib/inertial-sense-sdk/docs/html/jquery.js:2
↓ 1 callersFunctionCountDecimalDigit32
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:213
↓ 1 callersMethodDataToStringCSV
inertial-sense-ros/lib/inertial-sense-sdk/src/DataCSV.cpp:184
↓ 1 callersFunctionDeleteDirectory
inertial-sense-ros/lib/inertial-sense-sdk/src/ISFileManager.cpp:179
↓ 1 callersFunctionDeleteFile
inertial-sense-ros/lib/inertial-sense-sdk/src/ISFileManager.cpp:169
↓ 1 callersMethodDetectLoopCandidates
isee-camvox/src/KeyFrameDatabase.cc:51
↓ 1 callersMethodDetectRelocalizationCandidates
isee-camvox/src/KeyFrameDatabase.cc:171
↓ 1 callersFunctionDigitGen
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:227
↓ 1 callersMethodDrawCurrentCamera
isee-camvox/src/MapDrawer.cc:156
↓ 1 callersMethodDrawFrame
isee-camvox/src/FrameDrawer.cc:16
↓ 1 callersMethodDrawKeyFrames
isee-camvox/src/MapDrawer.cc:59
↓ 1 callersMethodDrawMapPoints
isee-camvox/src/MapDrawer.cc:21
↓ 1 callersFunctionEe
(e)
inertial-sense-ros/lib/inertial-sense-sdk/docs/html/jquery.js:2
↓ 1 callersMethodEncoding
Encoding. Will return an empty string if none was found.
inertial-sense-ros/lib/inertial-sense-sdk/src/tinyxml.h:1317
↓ 1 callersFunctionEquals
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/printf-master/test/catch.hpp:3356
↓ 1 callersMethodEraseChild
isee-camvox/src/KeyFrame.cc:354
↓ 1 callersMethodEraseConnection
isee-camvox/src/KeyFrame.cc:518
↓ 1 callersMethodEraseKeyFrame
* @brief Erase KeyFrame from the map * @param pKF KeyFrame */
isee-camvox/src/Map.cc:49
↓ 1 callersMethodFileSize
inertial-sense-ros/lib/inertial-sense-sdk/src/DeviceLog.h:52
↓ 1 callersMethodFlush
inertial-sense-ros/lib/inertial-sense-sdk/src/ISStream.cpp:55
↓ 1 callersFunctionFormatStream
isee-preprocessing/include/sophus/common.hpp:63
↓ 1 callersFunctionGetBuffFree
inertial-sense-ros/lib/inertial-sense-sdk/src/DataChunk.h:83
↓ 1 callersFunctionGetCachedPower
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:131
↓ 1 callersFunctionGetConfiguration
* Sends the current configuration number to the host. * \param pDriver Pointer to a USBDDriver instance. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/core/USBDDriver.c:134
↓ 1 callersMethodGetCurrentOpenGLCameraMatrix
isee-camvox/src/MapDrawer.cc:204
↓ 1 callersMethodGetDatasetName
inertial-sense-ros/lib/inertial-sense-sdk/src/DataKML.cpp:45
↓ 1 callersFunctionGetDescriptor
* Sends the requested USB descriptor to the host if available, or STALLs the * request. * \param pDriver Pointer to a USBDDriver instance. * \par
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/core/USBDDriver.c:220
↓ 1 callersFunctionGetDeviceStatus
* Sends the current status of the device to the host. * \param pDriver Pointer to a USBDDriver instance. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/core/USBDDriver.c:151
↓ 1 callersFunctionGetDirectorySpaceAvailable
inertial-sense-ros/lib/inertial-sense-sdk/src/ISFileManager.cpp:317
↓ 1 callersFunctionGetEndpointStatus
* Sends the current status of an endpoints to the USB host. * \param bEndpoint Endpoint number. */
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/core/USBDDriver.c:190
↓ 1 callersMethodGetEstimatedRotation
isee-camvox/src/Sim3Solver.cc:339
↓ 1 callersMethodGetEstimatedScale
isee-camvox/src/Sim3Solver.cc:349
↓ 1 callersMethodGetEstimatedTranslation
isee-camvox/src/Sim3Solver.cc:344
↓ 1 callersFunctionGetFileName
inertial-sense-ros/lib/inertial-sense-sdk/src/ISFileManager.cpp:373
↓ 1 callersMethodGetFoundRatio
* @brief Increase Found * * 能找到该点的帧数+n,n默认为1 * @see Tracking::TrackLocalMap() */
isee-camvox/src/MapPoint.cc:260
↓ 1 callersFunctionGetInterface
* Sends the currently active setting of the given interface to the USB * host. If alternate settings are not supported, this function STALLs the * c
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/libusb/device/core/USBDDriver.c:427
↓ 1 callersMethodGetInverseScaleFactors
isee-camvox/include/ORBextractor.h:58
↓ 1 callersMethodGetInverseScaleSigmaSquares
isee-camvox/include/ORBextractor.h:68
↓ 1 callersMethodGetLastBigChangeIdx
isee-camvox/src/Map.cc:74
↓ 1 callersMethodGetLevels
isee-camvox/include/ORBextractor.h:43
↓ 1 callersMethodGetMapPoints
isee-camvox/src/KeyFrame.cc:209
↓ 1 callersMethodGetMaxKFid
isee-camvox/src/Map.cc:110
↓ 1 callersMethodGetReferenceMapPoints
isee-camvox/src/Map.cc:104
↓ 1 callersMethodGetReplaced
isee-camvox/src/MapPoint.cc:175
↓ 1 callersMethodGetRotationInverse
Returns inverse of rotation
isee-camvox/include/Frame.h:43
↓ 1 callersMethodGetScaleFactor
isee-camvox/include/ORBextractor.h:48
↓ 1 callersMethodGetScaleFactors
isee-camvox/include/ORBextractor.h:53
↓ 1 callersMethodGetScaleSigmaSquares
isee-camvox/include/ORBextractor.h:63
↓ 1 callersMethodGetTimeoutFlushSeconds
* Get the timeout flush parameter in seconds * @return the timeout flush parameter in seconds */
inertial-sense-ros/lib/inertial-sense-sdk/src/ISLogger.h:99
↓ 1 callersMethodGoodbye
inertial-sense-ros/lib/inertial-sense-sdk/src/ISDisplay.cpp:221
↓ 1 callersMethodGrabImageRGBD
isee-camvox/src/Tracking.cc:152
↓ 1 callersFunctionGrisu2
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:286
↓ 1 callersMethodHttpGet
inertial-sense-ros/lib/inertial-sense-sdk/src/ISTcpClient.cpp:310
↓ 1 callersFunctionIC_Angle
计算角度 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 15 15 15 14 14 14 13 13 12 11 10 9 8 6 3 m_10圆有半部分所有点的行id×像素灰度值的和 m_01为有半部分,竖线为一个,下面减上面点的灰度
isee-camvox/src/ORBextractor.cc:23
↓ 1 callersFunctionIS_JSON_ESCAPE_CHAR
inertial-sense-ros/lib/inertial-sense-sdk/src/DataJSON.h:25
↓ 1 callersMethodInitDeviceForReading
inertial-sense-ros/lib/inertial-sense-sdk/src/DeviceLog.cpp:69
↓ 1 callersMethodInitDeviceForWriting
inertial-sense-ros/lib/inertial-sense-sdk/src/DeviceLog.cpp:57
↓ 1 callersMethodInitSave
inertial-sense-ros/lib/inertial-sense-sdk/src/ISLogger.cpp:206
↓ 1 callersMethodInitSaveTimestamp
inertial-sense-ros/lib/inertial-sense-sdk/src/ISLogger.cpp:213
↓ 1 callersMethodInsertKeyFrame
isee-camvox/src/LocalMapping.cc:105
↓ 1 callersMethodIntegrate
isee-preprocessing/src/gyr_int.cpp:25
↓ 1 callersMethodInterruptBA
isee-camvox/src/LocalMapping.cc:684
↓ 1 callersMethodIsOpen
inertial-sense-ros/lib/inertial-sense-sdk/src/InertialSense.cpp:408
↓ 1 callersMethodKeyframesInQueue
isee-camvox/include/LocalMapping.h:53
↓ 1 callersFunctionLU
Compute the LU factorization of the square matrix A
inertial-sense-ros/lib/inertial-sense-sdk/src/ISMatrix.c:130
↓ 1 callersMethodLastChild
inertial-sense-ros/lib/inertial-sense-sdk/src/tinyxml.cpp:369
↓ 1 callersMethodLock
inertial-sense-ros/lib/inertial-sense-sdk/src/ISUtilities.cpp:772
↓ 1 callersMethodLogDirectory
inertial-sense-ros/lib/inertial-sense-sdk/src/ISLogger.h:81
↓ 1 callersMethodLogTimestamp
inertial-sense-ros/lib/inertial-sense-sdk/src/ISLogger.cpp:649
↓ 1 callersMethodNormalize
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:73
↓ 1 callersMethodNormalizeBoundary
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:93
↓ 1 callersMethodNormalizedBoundaries
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:110
↓ 1 callersMethodOnClientConnectFailed
inertial-sense-ros/lib/inertial-sense-sdk/src/InertialSense.cpp:759
↓ 1 callersMethodOnClientConnected
inertial-sense-ros/lib/inertial-sense-sdk/src/InertialSense.cpp:754
↓ 1 callersMethodOnClientConnecting
inertial-sense-ros/lib/inertial-sense-sdk/src/InertialSense.cpp:748
↓ 1 callersMethodOnClientDataReceived
* Executes when client data is received * @param server the server receiving data * @param socket the client socket * @param data the data received
inertial-sense-ros/lib/inertial-sense-sdk/src/ISTcpServer.h:36
↓ 1 callersFunctionPathIsDir
inertial-sense-ros/lib/inertial-sense-sdk/src/ISFileManager.cpp:31
↓ 1 callersFunctionPopulateSizeMappings
inertial-sense-ros/lib/inertial-sense-sdk/src/ISDataMappings.cpp:98
↓ 1 callersFunctionPopulateTimestampField
inertial-sense-ros/lib/inertial-sense-sdk/src/ISDataMappings.cpp:169
↓ 1 callersFunctionPrettify
inertial-sense-ros/lib/inertial-sense-sdk/hw-libs/misc/dtoa_milo.h:340
← previousnext →1,301–1,400 of 5,903, ranked by callers