template<typename A , typename B , typename C >
virtual raft::kstatus Sum< A, B, C >::run |
( |
| ) |
|
|
inlinevirtual |
run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.
Implements raft::kernel.
template<typename A , typename B , typename C >
virtual raft::kstatus Sum< A, B, C >::run |
( |
| ) |
|
|
inlinevirtual |
run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.
Implements raft::kernel.
The documentation for this class was generated from the following files:
- TestCases/allocate.cpp
- portTypeException.cpp