Skip to content

Implement minimal Database API functionality #77

@lilesj

Description

@lilesj

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions