FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T , size_t N>
void ConnectionUSB::PostMessage
(
const std::array< T, N > &
msg
)
inline
Definition at line
88
of file
ConnectionUSB.h
.
References
PostMessage()
.
89
{
90
PostMessage
(msg.begin(), msg.size()*
sizeof
(T));
91
}
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