#include <command.h>
Inheritance diagram for CommandSetFaintestAutoMag45deg:


Public Member Functions | |
| CommandSetFaintestAutoMag45deg (double) | |
| void | process (ExecutionEnvironment &) |
Private Attributes | |
| double | magnitude |
|
|
Definition at line 536 of file command.cpp. 00536 : 00537 magnitude(mag) 00538 { 00539 }
|
|
|
Implements InstantaneousCommand. Definition at line 541 of file command.cpp. References magnitude, and Renderer::setFaintestAM45deg(). 00542 {
00543 Renderer* r = env.getRenderer();
00544 if (r != NULL)
00545 r->setFaintestAM45deg((float) magnitude);
00546 }
|
|
|
Definition at line 432 of file command.h. Referenced by process(). |
1.4.1