These structures and functions allow to define and examine the properties of camera mounts.
More...
Classes |
| struct | lfMount |
| | This structure contains everything specific to a camera mount. More...
|
Detailed Description
These structures and functions allow to define and examine the properties of camera mounts.
Function Documentation
| void lf_mount_destroy |
( |
lfMount * |
mount | ) |
|
Destroy a lfMount object.
This is equivalent to C++ "delete mount".
- Parameters:
-
| mount | The mount object to destroy. |
- See also:
- lfMount::~lfMount()