FACT++  1.0
template<typename T >
bool fits::SetVecAddress ( const std::string &  name,
std::vector< T > &  vec 
)
inline

Definition at line 956 of file fits.h.

Referenced by StateMachineEventServer::Execute().

957  {
958  return SetPtrAddress(name, vec.data(), vec.size());
959  }
void * SetPtrAddress(const std::string &name)
Definition: fits.h:886

+ Here is the caller graph for this function: