Disable assignment operator.
More...
#include <oldbInterface.hpp>
Disable assignment operator.
AltAz groups the 2 OLDB DPs for ALT and AZ values. Implemented by private nested class AltAzOldb. This grouping concept was taken over from the CCS Java prototype.
◆ ~AltAz()
| virtual hlcc::telif::OldbInterface::AltAz::~AltAz |
( |
| ) |
|
|
virtualdefault |
◆ Commit()
| virtual boost::future< std::vector< future_oldb_data< double > > > hlcc::telif::OldbInterface::AltAz::Commit |
( |
| ) |
|
|
pure virtual |
Writes the data fields alt, az, and timestamp, asynchronously to the OLDB. In case of intermittent (OLDB) failure, there is no transactional safety. The client can get/wait for the async calls using the returned "summary" future. To check for exceptions, it must check the individual futures contained in the vector.
◆ alt
| double hlcc::telif::OldbInterface::AltAz::alt = 0.0 |
◆ az
| double hlcc::telif::OldbInterface::AltAz::az = 0.0 |
◆ timestamp
| int64_t hlcc::telif::OldbInterface::AltAz::timestamp = 0 |
The documentation for this class was generated from the following file: