Namespaces | |
util | |
Functions | |
static uint32_t | Convert4Byte (const uint8_t *p_data) |
static std::string | FilenameNoPathNoExtension (const std::string &filepath) |
static bool | FileReadable (const std::string &filename) |
template<typename T > | |
static std::string | FormatNumber (const T &number, int width=-1, bool setfill=false, bool setfixed=false, int precision=-1) |
static bool | MkDir (const std::string &folder) |
int | run (rosNodePtr node, const std::string &scannerName) |
static double | Seconds (const chrono_system_time ×tamp_start, const chrono_system_time ×tamp_end=chrono_system_clock::now()) |
sick_scan_xd::SickScanServices * | sopasService () |
std::string | Timestamp (const std::chrono::system_clock::time_point &now) |
std::string | Timestamp (uint32_t sec, uint32_t nsec) |
|
static |
Definition at line 98 of file udp_sockets.h.
|
static |
Definition at line 202 of file include/sick_scansegment_xd/common.h.
|
static |
Definition at line 170 of file include/sick_scansegment_xd/common.h.
|
static |
Definition at line 151 of file include/sick_scansegment_xd/common.h.
|
static |
Definition at line 182 of file include/sick_scansegment_xd/common.h.
int sick_scansegment_xd::run | ( | rosNodePtr | node, |
const std::string & | scannerName | ||
) |
Definition at line 74 of file scansegment_threads.cpp.
|
static |
Definition at line 143 of file include/sick_scansegment_xd/common.h.
sick_scan_xd::SickScanServices * sick_scansegment_xd::sopasService | ( | ) |
Definition at line 69 of file scansegment_threads.cpp.
std::string sick_scansegment_xd::Timestamp | ( | const std::chrono::system_clock::time_point & | now | ) |
Definition at line 110 of file scansegment_parser_output.cpp.
std::string sick_scansegment_xd::Timestamp | ( | uint32_t | sec, |
uint32_t | nsec | ||
) |
Definition at line 100 of file scansegment_parser_output.cpp.