BFLinux
|
Structure used for array of VFG state info. More...
#include <BFciLib.h>
Data Fields | |
tCIU32 | which |
Driver index of VFG. More... | |
tCIU32 | devNdx |
/dev/video<Ndx> of entry More... | |
tCIU32 | VFGnum |
Board VFG number. More... | |
tCIU8 | isMaster |
True if the VFG is the board master. More... | |
tCIU32 | ifaceType |
Neon, Karbon, etc. More... | |
tCIU8 | isCXP |
True if the VFG is CXP. More... | |
tCIU8 | isCL |
True if the VFG is Camera Link. More... | |
tCIU8 | isSynthetic |
True if the VFG has a synthetic camera file attached. More... | |
tCIU8 | isValid |
True if the VFG can be opened. More... | |
tCIU32 | masterLink |
For CXP cameras, the link connected to the camera's master link. More... | |
tCIU32 | myLinks [4] |
List of associated links. More... | |
tCIU32 | myCamerasLinks [4] |
List of the camera's links that this VFG is using. More... | |
tCIU32 | numLinks |
Total number of links associated with this VFG. More... | |
tCIU32 | maxLinks |
Max number of links possible from this VFG. More... | |
Structure used for array of VFG state info.
tCIU32 tCIvfgStateEntry::devNdx |
/dev/video<Ndx> of entry
tCIU32 tCIvfgStateEntry::ifaceType |
Neon, Karbon, etc.
tCIU8 tCIvfgStateEntry::isCL |
True if the VFG is Camera Link.
tCIU8 tCIvfgStateEntry::isCXP |
True if the VFG is CXP.
tCIU8 tCIvfgStateEntry::isMaster |
True if the VFG is the board master.
tCIU8 tCIvfgStateEntry::isSynthetic |
True if the VFG has a synthetic camera file attached.
tCIU8 tCIvfgStateEntry::isValid |
True if the VFG can be opened.
tCIU32 tCIvfgStateEntry::masterLink |
For CXP cameras, the link connected to the camera's master link.
tCIU32 tCIvfgStateEntry::maxLinks |
Max number of links possible from this VFG.
tCIU32 tCIvfgStateEntry::myCamerasLinks[4] |
List of the camera's links that this VFG is using.
tCIU32 tCIvfgStateEntry::myLinks[4] |
List of associated links.
tCIU32 tCIvfgStateEntry::numLinks |
Total number of links associated with this VFG.
tCIU32 tCIvfgStateEntry::VFGnum |
Board VFG number.
tCIU32 tCIvfgStateEntry::which |
Driver index of VFG.