FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T >
void ConnectionUSB::PostMessage
(
const std::vector< T > &
msg
)
inline
Definition at line
94
of file
ConnectionUSB.h
.
References
PostMessage()
.
95
{
96
PostMessage
(&msg[0], msg.size()*
sizeof
(T));
97
}
ConnectionUSB::PostMessage
void PostMessage(const void *msg, size_t s=0)
Definition:
ConnectionUSB.cc:246
Here is the call graph for this function:
ConnectionUSB
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11