FACT++  1.0
template<typename T >
bool Dim::SendCommand ( const std::string &  command,
const std::vector< T > &  v 
)
inline

Definition at line 70 of file Dim.h.

References DimClient::sendCommand().

71  {
72  return DimClient::sendCommand(command.c_str(), const_cast<char*>(v.data()), v.size()*sizeof(T));
73  }
static int sendCommand(const char *name, int data)
Definition: diccpp.cxx:1098

+ Here is the call graph for this function: