ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_pcfg_t Struct Reference

#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.
 

Detailed Description

Packet service configuration structure

Constructor & Destructor Documentation

◆ ngcb_pcfg_t()

ngcb_pcfg_t::ngcb_pcfg_t ( )
inline

Constructor.

Member Function Documentation

◆ Option()

int ngcb_pcfg_t::Option ( const char * name,
const char * value )
inline

Handle command line option.

◆ Usage()

void ngcb_pcfg_t::Usage ( FILE * fd)
inline

Print option usage.

Member Data Documentation

◆ boards

unsigned int ngcb_pcfg_t::boards

Number of boards.

◆ bytes

unsigned int ngcb_pcfg_t::bytes

Bytes per pixel.

◆ channels

unsigned int ngcb_pcfg_t::channels

Number of channels per board.

◆ links

unsigned int ngcb_pcfg_t::links

Number of links.

◆ port

int ngcb_pcfg_t::port

Port number.

◆ size

unsigned int ngcb_pcfg_t::size

Packet size (bytes)


The documentation for this struct was generated from the following file: