TwiceAsNice  2019-02-18
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | Friends | List of all members
Basda::VinoImagePushU16ServiceWorkerInterface Class Reference

#include <CameraImagePushWorkerInterface.h>

Inheritance diagram for Basda::VinoImagePushU16ServiceWorkerInterface:
Inheritance graph
Collaboration diagram for Basda::VinoImagePushU16ServiceWorkerInterface:
Collaboration graph

Public Types

enum  CMDS { GETNEWIMAGE, GETNEWIMAGE }
 
enum  CMDS { GETNEWIMAGE, GETNEWIMAGE }
 

Public Member Functions

void init ()
 
Basda::ImageBase getImage ()
 
Basda::ImageBase getNewImage ()
 
Basda::ImageBase getNewImage (const Nice::Time &, bool &)
 
Nice::Time getUpdateFreq ()
 
void setUpdateFreq (const Nice::Time &_upfreq)
 
double rotationDegree ()
 
void init ()
 
Basda::ImageBase getImage ()
 
Basda::ImageBase getNewImage ()
 
Basda::ImageBase getNewImage (const Nice::Time &, bool &)
 
Nice::Time getUpdateFreq ()
 
void setUpdateFreq (const Nice::Time &_upfreq)
 
double rotationDegree ()
 
- Public Member Functions inherited from Basda::ServiceWorkerInterface
virtual ~ServiceWorkerInterface ()
 
std::string identity ()
 
Nice::I64 id ()
 
Nice::JointPtr config ()
 
bool isConnected ()
 
template<typename Type >
void set (const char *_key, const Type &_val)
 
template<typename Type >
Type get (const char *_key)
 
template<typename Type >
Type getAttribute (const char *_key, const char *_attr)
 
void abort ()
 
bool stop (const Nice::Time &_timeout=Nice::Time())
 
Basda::ServiceState state ()
 
bool changeState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time())
 
bool waitForState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time())
 
bool waitForActiveState (const Nice::Time &_timeout=Nice::Time())
 
virtual ~ServiceWorkerInterface ()
 
std::string identity ()
 
Nice::I64 id ()
 
Nice::JointPtr config ()
 
bool isConnected ()
 
template<typename Type >
void set (const char *_key, const Type &_val)
 
template<typename Type >
Type get (const char *_key)
 
template<typename Type >
Type getAttribute (const char *_key, const char *_attr)
 
void abort ()
 
bool stop (const Nice::Time &_timeout=Nice::Time())
 
Basda::ServiceState state ()
 
bool changeState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time())
 
bool waitForState (Basda::ServiceState _state, const Nice::Time &_timeout=Nice::Time())
 
bool waitForActiveState (const Nice::Time &_timeout=Nice::Time())
 

Static Public Member Functions

static VinoImagePushU16ServiceWorkerInterfacePtr create (const std::string &_absnodename)
 
static VinoImagePushU16ServiceWorkerInterfacePtr create (const Nice::JointPtr &_config)
 
static VinoImagePushU16ServiceWorkerInterfacePtr connect (const Nice::Endpoint &, const Nice::JointPtr &_config)
 
static VinoImagePushU16ServiceWorkerInterfacePtr create (const std::string &_absnodename)
 
static VinoImagePushU16ServiceWorkerInterfacePtr create (const Nice::JointPtr &_config)
 
static VinoImagePushU16ServiceWorkerInterfacePtr connect (const Nice::Endpoint &, const Nice::JointPtr &_config)
 
- Static Public Member Functions inherited from Basda::ServiceWorkerInterface
static void addAttribute (const Nice::JointPtr &_node)
 
template<typename Type >
static IceUtil::Handle< Typecreate (const Nice::JointPtr &_config, const std::string &_name)
 
template<typename Type >
static IceUtil::Handle< Typeconnect (const Nice::Endpoint &_ep, const Nice::JointPtr &_config, const std::string &_name)
 
static void addAttribute (const Nice::JointPtr &_node)
 
template<typename Type >
static IceUtil::Handle< Typecreate (const Nice::JointPtr &_config, const std::string &_name)
 
template<typename Type >
static IceUtil::Handle< Typeconnect (const Nice::Endpoint &_ep, const Nice::JointPtr &_config, const std::string &_name)
 

Static Public Attributes

static std::map< std::string, Nice::CompletionStates_enumMapStringToNum
 

Protected Member Functions

 VinoImagePushU16ServiceWorkerInterface (const Nice::JointPtr &, const Nice::AppConfigClientPtr &_cc=0)
 
virtual ~VinoImagePushU16ServiceWorkerInterface ()
 
 VinoImagePushU16ServiceWorkerInterface (const Nice::JointPtr &, const Nice::AppConfigClientPtr &_cc=0)
 
virtual ~VinoImagePushU16ServiceWorkerInterface ()
 
- Protected Member Functions inherited from Basda::ServiceWorkerInterface
void addListener ()
 
template<typename BridgeType >
IceUtil::Handle< BridgeType > addCmdBridge (const std::string &_node)
 
 ServiceWorkerInterface (const Nice::JointPtr &_config, const Nice::AppConfigClientPtr &_cc=0)
 
void addListener ()
 
template<typename BridgeType >
IceUtil::Handle< BridgeType > addCmdBridge (const std::string &_node)
 
 ServiceWorkerInterface (const Nice::JointPtr &_config, const Nice::AppConfigClientPtr &_cc=0)
 

Private Attributes

Nice::PropertyBridgeReadWaitProxyPtr m_getNewImageReadWaitProxy
 

Friends

template<typename T >
IceUtil::Handle< T > Basda::getServiceWorkerInterfaceInstance (const Nice::JointPtr &, const std::string &)
 
template<typename T >
IceUtil::Handle< T > Basda::getServiceWorkerInterfaceInstance (const Nice::JointPtr &, const std::string &)
 

Additional Inherited Members

- Protected Attributes inherited from Basda::ServiceWorkerInterface
std::string m_identity
 
Nice::I64 m_id
 
Nice::JointPtr m_config
 
Nice::AppConfigClientPtr m_cc
 
ServiceWorkerInterfaceWatchdogListenerm_listener
 
Nice::PropertyBridgeReadWaitProxyPtr m_stateBridgeReadWaitProxy
 
Basda::ServiceWorkerReadWaitCompletionProxyPtr m_stopReadWaitProxy
 
- Static Protected Attributes inherited from Basda::ServiceWorkerInterface
static std::map< std::string, ServiceWorkerInterfacePtrs_inst
 

Member Enumeration Documentation

◆ CMDS [1/2]

Enumerator
GETNEWIMAGE 
GETNEWIMAGE 

◆ CMDS [2/2]

Enumerator
GETNEWIMAGE 
GETNEWIMAGE 

Constructor & Destructor Documentation

◆ VinoImagePushU16ServiceWorkerInterface() [1/2]

Basda::VinoImagePushU16ServiceWorkerInterface::VinoImagePushU16ServiceWorkerInterface ( const Nice::JointPtr _config,
const Nice::AppConfigClientPtr _cc = 0 
)
protected

◆ ~VinoImagePushU16ServiceWorkerInterface() [1/2]

Basda::VinoImagePushU16ServiceWorkerInterface::~VinoImagePushU16ServiceWorkerInterface ( )
protectedvirtual

◆ VinoImagePushU16ServiceWorkerInterface() [2/2]

Basda::VinoImagePushU16ServiceWorkerInterface::VinoImagePushU16ServiceWorkerInterface ( const Nice::JointPtr ,
const Nice::AppConfigClientPtr _cc = 0 
)
protected

◆ ~VinoImagePushU16ServiceWorkerInterface() [2/2]

virtual Basda::VinoImagePushU16ServiceWorkerInterface::~VinoImagePushU16ServiceWorkerInterface ( )
protectedvirtual

Member Function Documentation

◆ connect() [1/2]

VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::connect ( const Nice::Endpoint _ep,
const Nice::JointPtr _config 
)
static

◆ connect() [2/2]

static VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::connect ( const Nice::Endpoint ,
const Nice::JointPtr _config 
)
static

◆ create() [1/4]

static VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::create ( const std::string &  _absnodename)
static

◆ create() [2/4]

VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::create ( const std::string &  _absnodename)
static

◆ create() [3/4]

VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::create ( const Nice::JointPtr _config)
static

◆ create() [4/4]

static VinoImagePushU16ServiceWorkerInterfacePtr Basda::VinoImagePushU16ServiceWorkerInterface::create ( const Nice::JointPtr _config)
static

◆ getImage() [1/2]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getImage ( )

◆ getImage() [2/2]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getImage ( )

◆ getNewImage() [1/4]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getNewImage ( )

◆ getNewImage() [2/4]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getNewImage ( )

◆ getNewImage() [3/4]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getNewImage ( const Nice::Time ,
bool  
)

◆ getNewImage() [4/4]

Basda::ImageBase Basda::VinoImagePushU16ServiceWorkerInterface::getNewImage ( const Nice::Time _t,
bool _s 
)

◆ getUpdateFreq() [1/2]

Nice::Time Basda::VinoImagePushU16ServiceWorkerInterface::getUpdateFreq ( )

◆ getUpdateFreq() [2/2]

Nice::Time Basda::VinoImagePushU16ServiceWorkerInterface::getUpdateFreq ( )

◆ init() [1/2]

void Basda::VinoImagePushU16ServiceWorkerInterface::init ( )

◆ init() [2/2]

void Basda::VinoImagePushU16ServiceWorkerInterface::init ( )

◆ rotationDegree() [1/2]

double Basda::VinoImagePushU16ServiceWorkerInterface::rotationDegree ( )

◆ rotationDegree() [2/2]

double Basda::VinoImagePushU16ServiceWorkerInterface::rotationDegree ( )

◆ setUpdateFreq() [1/2]

void Basda::VinoImagePushU16ServiceWorkerInterface::setUpdateFreq ( const Nice::Time _upfreq)

◆ setUpdateFreq() [2/2]

void Basda::VinoImagePushU16ServiceWorkerInterface::setUpdateFreq ( const Nice::Time _upfreq)

Friends And Related Function Documentation

◆ Basda::getServiceWorkerInterfaceInstance [1/2]

template<typename T >
IceUtil::Handle<T> Basda::getServiceWorkerInterfaceInstance ( const Nice::JointPtr ,
const std::string &   
)
friend

◆ Basda::getServiceWorkerInterfaceInstance [2/2]

template<typename T >
IceUtil::Handle<T> Basda::getServiceWorkerInterfaceInstance ( const Nice::JointPtr ,
const std::string &   
)
friend

Member Data Documentation

◆ m_getNewImageReadWaitProxy

Nice::PropertyBridgeReadWaitProxyPtr Basda::VinoImagePushU16ServiceWorkerInterface::m_getNewImageReadWaitProxy
private

◆ s_enumMapStringToNum

static std::map< std::string, Nice::CompletionState > Basda::VinoImagePushU16ServiceWorkerInterface::s_enumMapStringToNum
static

The documentation for this class was generated from the following files: