NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
ros_guest_science.cc File Reference
Include dependency graph for ros_guest_science.cc:

Macros

#define GENERATE_GUEST_SCIENCE_CASE(NAME)   case GuestScienceData::NAME: return rapid::ext::astrobee::GUEST_SCIENCE_##NAME
 
#define GENERATE_GUEST_SCIENCE_DEFAULT(NAME)
 

Macro Definition Documentation

◆ GENERATE_GUEST_SCIENCE_CASE

#define GENERATE_GUEST_SCIENCE_CASE (   NAME)    case GuestScienceData::NAME: return rapid::ext::astrobee::GUEST_SCIENCE_##NAME

◆ GENERATE_GUEST_SCIENCE_DEFAULT

#define GENERATE_GUEST_SCIENCE_DEFAULT (   NAME)
Value:
default: \
ROS_FATAL("DDS: Unknown guest science data type: %d", state); \
return rapid::ext::astrobee::GUEST_SCIENCE_##NAME
state
uint8_t state
Definition: signal_lights.h:90