FACT++  1.0
std::vector< char > Converter::GetVector ( const void *  d,
size_t  size 
) const

Definition at line 724 of file Converter.cc.

References data, and GetString().

Referenced by GetSize(), StateMachineImp::PostEvent(), StateMachineDimControl::SendDimCommand(), DimServiceInfoList::SendDimCommand(), and ServiceList::SendDimCommand().

725 {
726  const string ref = GetString(dat, size);
727 
728  vector<char> data;
729  data.insert(data.begin(), ref.begin()+1, ref.end());
730  data.push_back(0);
731 
732  return data;
733 }
std::string GetString(std::stringstream &line) const
Definition: Converter.cc:294
int size
Definition: db_dim_server.c:17
float data[4 *1440]

+ Here is the call graph for this function:

+ Here is the caller graph for this function: