Module: Adept::LowLevel

Defined in:
lib/adept/low_level/jtag.rb,
lib/adept/low_level/device.rb,
lib/adept/low_level/library.rb,
lib/adept/low_level/connection.rb,
lib/adept/low_level/device_error.rb,
lib/adept/low_level/error_handler.rb,
lib/adept/low_level/device_manager.rb,
lib/adept/low_level/enhanced_parallel.rb

Defined Under Namespace

Modules: Connection, DeviceManager, EnhancedParallel, ErrorHandler, JTAG, Library Classes: Device, DeviceError

Constant Summary collapse

NameMaxLength =

Maximum length for an Adept device’s name, including a null terminator.

64
PathMaxLength =

Maximum length for an Adept device path, including a null terminator.

260 + 1
VersionMaxLength =

Maximum possible length of a library version string.

256
ErrorNameMaxLength =

Maximum length of an error messsage’s shortname, with null terminator.

16
ErrorMessageMaxLength =

Maximum length of an error message’s description, with null terminator.

128
TransportMaxLength =

Stores the maximum length of a transport string, will terminating null.

16