|
Protocol++® (Protocolpp®)
v5.7.0
|
#include <jtestcfg.h>
Public Attributes | |
| std::string | name |
| name of the configuration | |
| std::string | fname |
| name of the flow | |
| std::string | iname |
| name of the input ring | |
| std::string | oname |
| name of the output ring | |
| int | index |
| index of the ring | |
| int | fsize |
| size of the flow ring in entries | |
| int | isize |
| size of the input ring in entries | |
| int | osize |
| size of the output ring in entries | |
| uint64_t | faddr |
| address of the flow ring | |
| uint64_t | iaddr |
| address of the input ring | |
| uint64_t | oaddr |
| address of the output ring | |
| std::string | input |
| name of the input file (with path) | |
| std::vector< tstresp > | resp |
| vector of responders | |
tstcfg - Ring and configuration structure
name - name of the configuration fname - name of the flow iname - name of the input ring oname - name of the output ring index - index of the ring fsize - size of the flow ring in entries isize - size of the input ring in entries osize - size of the output ring in entries faddr - address of the flow ring iaddr - address of the input ring oaddr - address of the output ring input - name of the input file (with path) resp - vector of responders