www.pixinsight.com
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
This forum is closed since 5 March 2020
PixInsight Forum is now available at:
https://pixinsight.com/forum/
News:
Home
Help
Search
Login
Register
PixInsight Forum (historical)
»
Software Development
»
PCL and PJSR Development
»
[PCL] Any way to call another process from PCL
« previous
next »
Print
Pages: [
1
]
Author
Topic: [PCL] Any way to call another process from PCL (Read 4342 times)
bitli
PTeam Member
PixInsight Guru
Posts: 513
[PCL] Any way to call another process from PCL
«
on:
2013 January 27 10:20:04 »
Is there a way to find a process by name, instantiate it and lauch it from another module ?
I looked at some 'Process' class but did not find a way to find an installed process.
-- bitli
Logged
georg.viehoever
PTeam Member
PixInsight Jedi Master
Posts: 2132
Re: [PCL] Any way to call another process from PCL
«
Reply #1 on:
2013 January 27 11:10:33 »
Hi Bitli,
I think Process::AllProcesses()
http://pixinsight.com/developer/pcl/doc/html/classpcl_1_1Process.html#a070de55f09a533f0e81b8aa125a5a19e
lists everything you need. Also see
http://pixinsight.com/forum/index.php?topic=77.msg285#msg285
and
http://pixinsight.com/forum/index.php?topic=4586.msg31895#msg31895
Georg
Logged
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)
bitli
PTeam Member
PixInsight Guru
Posts: 513
Re: [PCL] Any way to call another process from PCL
«
Reply #2 on:
2013 January 27 12:04:34 »
Thanks, exactly what I was looking for.
-- bitli
Logged
Print
Pages: [
1
]
« previous
next »
PixInsight Forum (historical)
»
Software Development
»
PCL and PJSR Development
»
[PCL] Any way to call another process from PCL