#include <emc.hh>
Inheritance diagram for EMC_SET_POLARITY:


Public Methods | |
| EMC_SET_POLARITY () | |
| void | update (CMS *cms) |
Data Fields | |
| int | value |
| int | polarity |
|
|
Definition at line 2613 of file emc.hh. 02613 : RCS_CMD_MSG(EMC_SET_POLARITY_TYPE, sizeof(EMC_SET_POLARITY)) {}; |
|
|
Definition at line 2899 of file emc.cc. 02900 {
02901 cms->update(value);
02902 cms->update(polarity);
02903
02904 }
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001