#include <utils.h>

Public Member Functions | |
| uint32_t | inc (void) |
| SetGet32 (const uint32_t &value=0) | |
Public Member Functions inherited from sick_scan_xd::SetGet< uint32_t > | |
| uint32_t | get (void) |
| void | set (const uint32_t &value) |
| SetGet (const uint32_t &value=uint32_t()) | |
Additional Inherited Members | |
Protected Attributes inherited from sick_scan_xd::SetGet< uint32_t > | |
| uint32_t | m_value |
| protected value More... | |
| std::mutex | m_value_mutex |
| mutex to protect value More... | |
Shortcut for SetGet<uint32_t>
Definition at line 104 of file test/emulator/include/sick_scan/utils.h.
|
inline |
Constructor with optional initialization of value
Definition at line 108 of file test/emulator/include/sick_scan/utils.h.
|
inline |
Increments and returns the value
Definition at line 110 of file test/emulator/include/sick_scan/utils.h.