Argus API
Argus Camera API
|
The top-level interface class. More...
#include <Types.h>
Protected Member Functions | |
Interface () | |
~Interface () |
Additional Inherited Members |
The top-level interface class.
By convention, every Interface subclass exposes a public static method called id()
, which returns the unique InterfaceID for that interface. This is required for the interface_cast<>
template to work with that interface.