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

+ Here is the call graph for this function: