-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Implement the following functions from the database API:
- nxdbAddAlias64 - Allows the user to programmatically create database aliases given a file path
- nxdbRemoveAlias - Removes a database alias from the system.
- nxdbGetDatabaseList - Provides a list of aliases on the host PC that can be used by create session. The C function includes the option to return the list of databases on a remote RT system. While that functionality is not currently required the implementation should take this into consideration.
- nxdbGetDatabaseListSizes - This function returns the buffer size required to hold the entire list of databases on the system. Will probably need to be included in the implementation of nxdbGetDatabaseList.
Reactions are currently unavailable