AerospacePackage 1.0
|
Laser illumination model for use with laser. More...
#include <laser_illumination.h>
Inherits dsim_model.
Public Member Functions | |
laser_illumination (dsim_model_setup *setup) | |
Constructor. | |
void | initialize_data () |
Create outputs. | |
void | initialization_complete () |
Finish model initialization. | |
void | post_calculate () |
Compute the effects of the laser. | |
dsim_value | handle_message (const std::string &sender_path, const std::string &message_name, const dsim_value &argument) |
Message from laser model. More... | |
Laser illumination model for use with laser.
dsim_value laser_illumination::handle_message | ( | const std::string & | sender_path, |
const std::string & | message_name, | ||
const dsim_value & | argument | ||
) |
Message from laser model.
laser_illumination supports the following messages: 'laser_illumination' laser_illumination - The argument is a 4x1 array.
The first three elements are the eci unit vector and the fourth is the power. !