SBSDK 3.3.5
Polyga’s SB SDK is a set of programmable API’s that allow users to directly communicate and control any of Polyga’s 3D scanners using C++, C# or Command line.
|
SBEventHandler Header File. Event handling class definition for callback and trigger events. More...
Go to the source code of this file.
Classes | |
class | SBSDK3::SBScanHandler |
Parent class to implement onScanCaptured callback function. More... | |
class | SBSDK3::SBEventMessage |
SBEventMessage base class. More... | |
class | SBSDK3::SBInputEventMessage |
SBEventMessage derived class to implement event based behavior using the GPIO ports of the scanner. More... | |
class | SBSDK3::SBDeviceEventMessage |
SBEventMessage derived class to implement event based behavior based on the scanner's events or status. Under development. More... | |
class | SBSDK3::SBErrorEventMessage |
SBEventMessage derived class to implement behavior based on an error message. Under development. More... | |
class | SBSDK3::SBEventHandler |
Parent to implement event based behavior using the GPIO ports of the scanner. More... | |
Namespaces | |
namespace | SBSDK3 |
SBEventHandler Header File. Event handling class definition for callback and trigger events.