Tango Core Classes Reference
9.3.4
|
This class is used to store one element of a command history stack. More...
#include "tango.h"
Constructors | |
TimedCmdData (T *p_data, time_t when) | |
Create a new TimedCmdData object. More... | |
TimedCmdData (T *p_data, bool rel, time_t when) | |
Create a new TimedCmdData object with memory management. More... | |
TimedCmdData (T *p_data, struct timeval when) | |
Create a new TimedCmdData object. More... | |
TimedCmdData (T *p_data, bool rel, struct timeval when) | |
Create a new TimedCmdData object with memory management. More... | |
TimedCmdData (DevErrorList errs, time_t when) | |
Create a new TimedCmdData object for errors. More... | |
TimedCmdData (DevErrorList errs, timeval when) | |
Create a new TimedCmdData object for errors. More... | |
This class is used to store one element of a command history stack.
$Author$ $Revision$
Tango::TimedCmdData< T >::TimedCmdData | ( | T * | p_data, |
time_t | when | ||
) |
Create a new TimedCmdData object.
The memory pointed to by the p_data parameter will not be freed
p_data | Pointer to the command result data |
when | The date |
Tango::TimedCmdData< T >::TimedCmdData | ( | T * | p_data, |
bool | rel, | ||
time_t | when | ||
) |
Create a new TimedCmdData object with memory management.
p_data | Pointer to the command result data |
rel | Set to true if the memory pointed to by the p_data parameter must be freed |
when | The date |
Tango::TimedCmdData< T >::TimedCmdData | ( | T * | p_data, |
struct timeval | when | ||
) |
Create a new TimedCmdData object.
The memory pointed to by the p_data parameter will not be freed
p_data | Pointer to the command result data |
when | The date |
Tango::TimedCmdData< T >::TimedCmdData | ( | T * | p_data, |
bool | rel, | ||
struct timeval | when | ||
) |
Create a new TimedCmdData object with memory management.
p_data | Pointer to the command result data |
rel | Set to true if the memory pointed to by the p_data parameter must be freed |
when | The date |
|
inline |
Create a new TimedCmdData object for errors.
The created TimedCmdData is used to store command errors in the command history stack
errs | The error stack |
when | The date |
|
inline |
Create a new TimedCmdData object for errors.
The created TimedCmdData is used to store command errors in the command history stack
errs | The error stack |
when | The date |