These structures and functions allow to define and examine the properties of camera mounts.
More...
|
struct | lfMount |
| This structure contains everything specific to a camera mount. More...
|
|
These structures and functions allow to define and examine the properties of camera mounts.
◆ lf_mount_check()
◆ lf_mount_copy()
◆ lf_mount_destroy()
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()
◆ lf_mount_new()