FACT++  1.0
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  }
void PostMessage(const void *msg, size_t s=0)

+ Here is the call graph for this function: