Public Member Functions |
|
| TiAClientDataReader (tia::TiAClient &client, boost::mutex &mutex, boost::condition_variable &cond) |
|
void | stop () |
|
void | readData () |
Private Attributes |
|
tia::TiAClient & | client_ |
|
tia::DataPacket * | packet_ |
|
boost::mutex & | mutex_ |
|
boost::condition_variable & | cond_ |
|
bool | running_ |
|
boost::posix_time::ptime | timestamp_ |
|
boost::posix_time::time_duration | diff_ |
|
boost::posix_time::time_duration | t_mean_ |
|
boost::posix_time::time_duration | t_min_total_ |
|
boost::posix_time::time_duration | t_max_total_ |
|
boost::posix_time::time_duration | t_min_last_ |
|
boost::posix_time::time_duration | t_max_last_ |
vector
< boost::posix_time::time_duration > | t_diffs_ |
|
boost::int64_t | t_var_ |
Detailed Description
Definition at line 59 of file tia_client_main.cpp.
The documentation for this class was generated from the following file: