DUNE: Uniform Navigational Environment
2020.01.0
|
USBL tools handler ticket.
Public Member Functions | |
Target (std::string name, bool fix, uint16_t period) | |
bool | trigger (void) |
bool | compare (std::string name) |
void | reset (bool fix, uint16_t period) |
std::string | getName (void) |
bool | wantsFix (void) |
bool | hasFailed (void) |
void | resetErrors (void) |
|
inline |
Constructor.
[in] | name | target's name. |
[in] | fix | absolute fix or relative positioning |
[in] | period | target's desired periodicity. |
|
inline |
Compare name with target name.
[in] | name | name of target. |
|
inline |
Get target's name.
|
inline |
Check if the target node has failed.
|
inline |
Reset variables of target.
[in] | return | absolute fixes or relative position. |
[in] | period | desired periodicity. |
|
inline |
Reset count of errors.
|
inline |
Time to track target.
|
inline |
Check if target node wants absolute fix.