#include <PHDFilterTask.h>

Public Member Functions | |
| void | initSharedMem () |
| PHDFilter of init function for the shared memory. | |
| PosiFeatures | getMyProtrusions (MotionModuleTState &state) |
| Gets the PosiFeatures of the robot. | |
| void | getMyControlInputs (MRControlInputs &ci) |
| Gets the control input of the robot. | |
| bool | doMloc () |
| Gets the _doMloc bool. | |
| void | unsetDoMloc () |
| Unsets the _doMloc bool. | |
| bool | printFormation () |
| Gets the _printFormation bool. | |
| bool | printFormationDetails () |
| Gets the _printFormationDetails bool. | |
| void | setMyGaussianMixture (string &gm) |
| Sets the gaussian mixture. | |
| void | getMyGaussianMixture (string &gm) |
| Gets the gaussian mixture. | |
| void MipTasks::PHDFilterTaskSharedMem::initSharedMem | ( | ) |
PHDFilter of init function for the shared memory.
| PosiFeatures MipTasks::PHDFilterTaskSharedMem::getMyProtrusions | ( | MotionModuleTState & | state | ) |
Gets the PosiFeatures of the robot.
| [out] | &state | Where the TState of the protrusions is set. |
| void MipTasks::PHDFilterTaskSharedMem::getMyControlInputs | ( | MRControlInputs & | ci | ) |
Gets the control input of the robot.
| [out] | &ci | Put here the control input. |
| bool MipTasks::PHDFilterTaskSharedMem::doMloc | ( | ) |
Gets the _doMloc bool.
| void MipTasks::PHDFilterTaskSharedMem::unsetDoMloc | ( | ) |
Unsets the _doMloc bool.
| bool MipTasks::PHDFilterTaskSharedMem::printFormation | ( | ) |
Gets the _printFormation bool.
| bool MipTasks::PHDFilterTaskSharedMem::printFormationDetails | ( | ) |
Gets the _printFormationDetails bool.
| void MipTasks::PHDFilterTaskSharedMem::setMyGaussianMixture | ( | string & | gm | ) |
Sets the gaussian mixture.
| [in] | &gm | formatted string |
| void MipTasks::PHDFilterTaskSharedMem::getMyGaussianMixture | ( | string & | gm | ) |
Gets the gaussian mixture.
| [out] | &gm | formatted string |
1.5.6