#include <stdint.h>
#include <ros/ros.h>
#include <gtest/gtest.h>
#include <string>
#include "sr_ronex_utilities/sr_ronex_utilities.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (RonexUtils, set_bit) | |
TEST (RonexUtils, get_ronex_param_id) | |
TEST (RonexUtils, get_ronex_devices_string) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 104 of file test_sr_ronex_utilities.cpp.
TEST | ( | RonexUtils | , |
set_bit | |||
) |
Definition at line 36 of file test_sr_ronex_utilities.cpp.
TEST | ( | RonexUtils | , |
get_ronex_param_id | |||
) |
Definition at line 61 of file test_sr_ronex_utilities.cpp.
TEST | ( | RonexUtils | , |
get_ronex_devices_string | |||
) |
Definition at line 93 of file test_sr_ronex_utilities.cpp.