NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
light_flow::Light Class Reference

#include <light_flow.h>

Public Member Functions

 Light (float r, float g, float b)
 
 Light ()
 
 Light (const std::vector< double > &d)
 

Public Attributes

float red
 
float green
 
float blue
 
bool set
 

Constructor & Destructor Documentation

◆ Light() [1/3]

Light::Light ( float  r,
float  g,
float  b 
)

◆ Light() [2/3]

Light::Light ( )

◆ Light() [3/3]

Light::Light ( const std::vector< double > &  d)
explicit

Member Data Documentation

◆ blue

float light_flow::Light::blue

◆ green

float light_flow::Light::green

◆ red

float light_flow::Light::red

◆ set

bool light_flow::Light::set

The documentation for this class was generated from the following files: