TAO_RTEvent 4.0.0
|
#include <EC_Lifetime_Utils_T.h>
Public Member Functions | |
TAO_EC_Auto_Command () | |
TAO_EC_Auto_Command (const T &command) | |
~TAO_EC_Auto_Command () | |
void | set_command (const T &command) |
void | set_command (TAO_EC_Auto_Command< T > &auto_command) |
void | execute () |
void | allow_command () |
void | disallow_command () |
Private Member Functions | |
TAO_EC_Auto_Command (const TAO_EC_Auto_Command &) | |
TAO_EC_Auto_Command & | operator= (const TAO_EC_Auto_Command &) |
Private Attributes | |
T | command_ |
bool | allow_command_ |
TAO_EC_Auto_Command< T >::TAO_EC_Auto_Command | ( | ) |
TAO_EC_Auto_Command< T >::TAO_EC_Auto_Command | ( | const T & | command | ) |
TAO_EC_Auto_Command< T >::~TAO_EC_Auto_Command | ( | ) |
|
private |
void TAO_EC_Auto_Command< T >::allow_command | ( | ) |
void TAO_EC_Auto_Command< T >::disallow_command | ( | ) |
void TAO_EC_Auto_Command< T >::execute | ( | ) |
|
private |
void TAO_EC_Auto_Command< T >::set_command | ( | const T & | command | ) |
void TAO_EC_Auto_Command< T >::set_command | ( | TAO_EC_Auto_Command< T > & | auto_command | ) |
|
private |
|
private |