TAO_RTEvent
2.4.0
|
#include <EC_Lifetime_Utils_T.h>
Public Member Functions | |
TAO_EC_Auto_Command (void) | |
TAO_EC_Auto_Command (const T &command) | |
~TAO_EC_Auto_Command (void) | |
void | set_command (const T &command) |
void | set_command (TAO_EC_Auto_Command< T > &auto_command) |
void | execute (void) |
void | allow_command (void) |
void | disallow_command (void) |
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_ |
int | allow_command_ |
TAO_EC_Auto_Command< T >::TAO_EC_Auto_Command | ( | void | ) |
TAO_EC_Auto_Command< T >::TAO_EC_Auto_Command | ( | const T & | command | ) |
TAO_EC_Auto_Command< T >::~TAO_EC_Auto_Command | ( | void | ) |
|
private |
void TAO_EC_Auto_Command< T >::allow_command | ( | void | ) |
void TAO_EC_Auto_Command< T >::disallow_command | ( | void | ) |
void TAO_EC_Auto_Command< T >::execute | ( | void | ) |
|
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 |