Low Level API: Class for pylon GigE Vision cameras providing access to transport layer related parameters. More...
#include <pylon/gige/PylonGigECamera.h>
Public Member Functions | |
Construction | |
CPylonGigETLParams () | |
Creates a CNodeMapProxyT object that is not attached to a node map. Use the Attach() method to attach the pylon node map. More... | |
CPylonGigETLParams (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 parameter | |
GenApi::IInteger & | ReadTimeout |
Read access timeout value in milliseconds. More... | |
GenApi::IInteger & | WriteTimeout |
Write access timeout value in milliseconds. More... | |
GenApi::IInteger & | MaxRetryCountRead |
Maximum number of retries for read operations after a read operation timed out. More... | |
GenApi::IInteger & | MaxRetryCountWrite |
Maximum number of retries for write operations after a write operation timed out. More... | |
GenApi::IInteger & | HeartbeatTimeout |
Heartbeat timeout value in milliseconds. More... | |
GenApi::IBoolean & | CommandDuplicationEnable |
Enables the duplication of commands. More... | |
GenApi::IInteger & | StatisticReadWriteTimeoutCount |
Counts the number of timeouts in read and write operations when waiting for the response from the device. More... | |
Low Level API: Class for pylon GigE 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 |
Enables the duplication of commands.
This feature enables the duplication of commands. This option should only be enabled in case of network problems.
Visibility = Guru
|
inherited |
Heartbeat timeout value in milliseconds.
Visibility = Beginner
|
inherited |
Maximum number of retries for read operations after a read operation timed out.
Visibility = Guru
|
inherited |
Maximum number of retries for write operations after a write operation timed out.
Visibility = Guru
|
inherited |
Read access timeout value in milliseconds.
Visibility = Beginner
|
inherited |
Counts the number of timeouts in read and write operations when waiting for the response from the device.
Visibility = Guru
|
inherited |
Write access timeout value in milliseconds.
Visibility = Beginner