#include <ngcbPIX.hpp>
Public Member Functions | |
| ngcb_pcfg_t () | |
| Constructor. | |
| int | Option (const char *name, const char *value) |
| Handle command line option. | |
| void | Usage (FILE *fd) |
| Print option usage. | |
Public Attributes | |
| int | port |
| Port number. | |
| unsigned int | size |
| Packet size (bytes) | |
| unsigned int | boards |
| Number of boards. | |
| unsigned int | channels |
| Number of channels per board. | |
| unsigned int | bytes |
| Bytes per pixel. | |
| unsigned int | links |
| Number of links. | |
Packet service configuration structure
|
inline |
Constructor.
|
inline |
Handle command line option.
|
inline |
Print option usage.
| unsigned int ngcb_pcfg_t::boards |
Number of boards.
| unsigned int ngcb_pcfg_t::bytes |
Bytes per pixel.
| unsigned int ngcb_pcfg_t::channels |
Number of channels per board.
| unsigned int ngcb_pcfg_t::links |
Number of links.
| int ngcb_pcfg_t::port |
Port number.
| unsigned int ngcb_pcfg_t::size |
Packet size (bytes)