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

Definition at line 95 of file Dim.h.

References DimClient::sendCommandNB().

96  {
97  DimClient::sendCommandNB(command.c_str(), const_cast<T*>(v.data()), v.size()*sizeof(T));
98  }
static void sendCommandNB(const char *name, int data)
Definition: diccpp.cxx:1140

+ Here is the call graph for this function: