integration Namespace Reference

Space-ng SDK: sol3::integration Namespace Reference
Space-ng SDK
sol3::integration Namespace Reference

Classes

class  IProcess
 

Functions

std::unique_ptr< IProcessmakeProcess (std::vector< std::string > const &args)
 

Function Documentation

◆ makeProcess()

std::unique_ptr<IProcess> sol3::integration::makeProcess ( std::vector< std::string > const &  args)

Factory to construct a process from an argv-style vector. args[0] must be the executable path.