#include <receiveCfg.hpp>
◆ ReceiveCfg() [1/2]
| camcom::common::ReceiveCfg::ReceiveCfg |
( |
const std::string & | address, |
|
|
const std::chrono::duration< double_t > & | timeout = std::chrono::seconds(10) ) |
◆ ReceiveCfg() [2/2]
| camcom::common::ReceiveCfg::ReceiveCfg |
( |
const std::string & | address, |
|
|
const std::map< std::string, Value > & | properties, |
|
|
const std::chrono::duration< double_t > & | timeout = std::chrono::seconds(10) ) |
◆ GetAddress()
| const std::string & camcom::common::ReceiveCfg::GetAddress |
( |
| ) |
const |
◆ GetPropertyValue()
| const Value camcom::common::ReceiveCfg::GetPropertyValue |
( |
const std::string & | name | ) |
const |
◆ GetTimeout()
| const std::chrono::duration< double_t > & camcom::common::ReceiveCfg::GetTimeout |
( |
| ) |
const |
◆ HasProperty()
| bool camcom::common::ReceiveCfg::HasProperty |
( |
const std::string & | name | ) |
const |
◆ SetProperties()
| ReceiveCfg & camcom::common::ReceiveCfg::SetProperties |
( |
const std::map< std::string, Value > & | properties | ) |
|
◆ SetProperty()
| ReceiveCfg & camcom::common::ReceiveCfg::SetProperty |
( |
const std::string & | name, |
|
|
const Value & | value ) |
The documentation for this class was generated from the following files: