ifw-ccf 5.0.2
|
#include <Recif.hpp>
#include <ifw/ccf/common/base.hpp>
#include <ifw/ccf/common/dataFrame.hpp>
#include <ifw/ccf/common/setup.hpp>
#include <ifw/ccf/common/db.hpp>
#include <ifw/ccf/common/appBase.hpp>
Go to the source code of this file.
Classes | |
class | ifw::ccf::common::PublisherStatus |
Class used by a Publisher to handle its own publisher status. More... | |
class | ifw::ccf::common::PubBase |
Class for implementing CCF Data Publishers. More... | |
Namespaces | |
namespace | ifw |
namespace | ifw::ccf |
namespace | ifw::ccf::common |
Variables | |
DB key names updated in the OLDB by a Data Pubslisher. | |
const std::string | ifw::ccf::common::DB_NODE_PUB_ID = "id" |
const std::string | ifw::ccf::common::DB_NODE_PUB_NAME = "name" |
const std::string | ifw::ccf::common::DB_NODE_ADAPTER = "adapter" |
const std::string | ifw::ccf::common::DB_NODE_PUB_START = "start" |
const std::string | ifw::ccf::common::DB_NODE_PUB_STATUS = "status" |
const std::string | ifw::ccf::common::DB_NODE_PUB_FRAMES_HANDLED = "frames_handled" |
const std::string | ifw::ccf::common::DB_NODE_PUB_VOLUME_HANDLED = "volume_handled" |
const std::string | ifw::ccf::common::DB_NODE_PUB_NB_OF_FILES_STORED = "nb_of_files_stored" |
const std::string | ifw::ccf::common::DB_NODE_PUB_FILES_STORED = "files_stored" |