EEROS  1.0.0.0
API for the EEROS Real-Time Robotics Framework
SocketData.hpp File Reference
Include dependency graph for SocketData.hpp:

Go to the source code of this file.

Classes

class  eeros::control::SocketData< SigInType, SigOutType, Enable >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_compound< SigInType >::value &&std::is_compound< SigOutType >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_arithmetic< SigInType >::value &&std::is_compound< SigOutType >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_compound< SigInType >::value &&std::is_arithmetic< SigOutType >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_arithmetic< SigInType >::value &&std::is_arithmetic< SigOutType >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_compound< SigInType >::value &&std::is_same< SigOutType, std::nullptr_t >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_same< SigInType, std::nullptr_t >::value &&std::is_compound< SigOutType >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_arithmetic< SigInType >::value &&std::is_same< SigOutType, std::nullptr_t >::value >::type >
 
class  eeros::control::SocketData< SigInType, SigOutType, typename std::enable_if< std::is_same< SigInType, std::nullptr_t >::value &&std::is_arithmetic< SigOutType >::value >::type >
 

Namespaces

 eeros
 
 eeros::control
 

Functions

template<typename X , typename Y >
std::ostream & eeros::control::operator<< (std::ostream &os, SocketData< X, Y > &s)