Get RTC Name List from CorbaNaming Server
nameList=CorbaNaming_getRTCList(cn)
Handle of CorbaNaming Server.
string vector. Name list of RTObject
This function get the RTCs' name list from CorbaNaming service.
cn = CorbaNaming_create("localhost:2809"); nameList=CorbaNaming_getRTCList(cn);