![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/tools/PERProviderStub.hpp>


Public Member Functions | |
| virtual void | calculateSizes (const CommandPool *commandPool, Bit &commandPoolSize, Bit &dataSize) const |
| Default calculateSizes implementation. | |
| PERProviderStub (fun::FUN *fuNet, const pyconfig::View &config) | |
Private Member Functions | |
| virtual void | doOnData (const CompoundPtr &compound) |
Private Attributes | |
| double | fixedPER |
Definition at line 70 of file PERProviderStub.hpp.
| PERProviderStub::PERProviderStub | ( | fun::FUN * | fuNet, | |
| const pyconfig::View & | config | |||
| ) |
Set stepping to true, if you whish to have a PERProviderStub with debugger like stepping of execution.
Definition at line 39 of file PERProviderStub.cpp.
| virtual void wns::ldk::tools::PERProviderStub::calculateSizes | ( | const CommandPool * | commandPool, | |
| Bit & | commandPoolSize, | |||
| Bit & | dataSize | |||
| ) | const [inline, virtual] |
The default implementation delegates calculation to upper functional units, modifying the result to include the size of the provided Command.
Reimplemented from wns::ldk::CommandTypeSpecifier< T >.
Definition at line 86 of file PERProviderStub.hpp.
| void PERProviderStub::doOnData | ( | const CompoundPtr & | compound | ) | [private, virtual] |
Definition at line 95 of file PERProviderStub.hpp.
1.5.5