Low Level API: Class for pylon USB3 Vision cameras providing access to transport layer related parameters. More...
#include <pylon/usb/PylonUsbCamera.h>
Public Member Functions | |
Construction | |
CPylonUsbTLParams () | |
Creates a CNodeMapProxyT object that is not attached to a node map. Use the Attach() method to attach the pylon node map. More... | |
CPylonUsbTLParams (GenApi::INodeMap *pNodeMap) | |
Creates a CNodeMapProxyT object and attaches it to a pylon node map. More... | |
Some smart pointer functionality | |
virtual void | Attach (GenApi::INodeMap *, bool replace=false) |
Attach a pylon node map. | |
virtual bool | IsAttached () const |
Checks if a pylon node map is attached. | |
virtual GenApi::INodeMap * | GetNodeMap () const |
Returns the pylon node map interface pointer. | |
Partial implementation of the INodeMap interface | |
See GENAPI_NAMESPACE::INodeMap for more details | |
void | GetNodes (GenApi::NodeList_t &Nodes) const |
Retrieves all nodes in the node map. More... | |
GenApi::INode * | GetNode (const GenICam::gcstring &Name) const |
Retrieves the node from the central map by Name. More... | |
void | InvalidateNodes () const |
Invalidates all nodes. More... | |
void | Poll (int64_t ElapsedTime) |
Fires nodes which have a polling time. More... | |
Public Attributes | |
Root - Transport layer-specific parameters. | |
GenApi::IBoolean & | MigrationModeEnable |
Maps certain SFNC1.X node names to compatible nodes when enabled. More... | |
Statistic - Statistical data. | |
GenApi::IInteger & | Statistic_Read_Pipe_Reset_Count |
The total count of read pipe resets. More... | |
GenApi::IInteger & | Statistic_Write_Pipe_Reset_Count |
The total count of write pipe resets. More... | |
GenApi::IInteger & | Statistic_Read_Operations_Failed_Count |
The total count of failed read operations. More... | |
GenApi::IInteger & | Statistic_Write_Operations_Failed_Count |
The total count of failed write operations. More... | |
GenApi::IInteger & | Statistic_Last_Error_Status |
The last error status for a read or write operation. More... | |
GenApi::IString & | Statistic_Last_Error_Status_Text |
The message text of the last error status for a read or write operation. More... | |
Low Level API: Class for pylon USB3 Vision cameras providing access to transport layer related parameters.
|
inline |
Creates a CNodeMapProxyT object that is not attached to a node map. Use the Attach() method to attach the pylon node map.
|
inline |
Creates a CNodeMapProxyT object and attaches it to a pylon node map.
|
inlineinherited |
Retrieves the node from the central map by Name.
|
inlineinherited |
Retrieves all nodes in the node map.
|
inlineinherited |
Invalidates all nodes.
|
inlineinherited |
Fires nodes which have a polling time.
|
inherited |
Maps certain SFNC1.X node names to compatible nodes when enabled.
Visibility = Guru
|
inherited |
The last error status for a read or write operation.
Visibility = Expert
|
inherited |
The message text of the last error status for a read or write operation.
Visibility = Expert
|
inherited |
The total count of failed read operations.
Visibility = Expert
|
inherited |
The total count of read pipe resets.
Visibility = Expert
|
inherited |
The total count of failed write operations.
Visibility = Expert
|
inherited |
The total count of write pipe resets.
Visibility = Expert