logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

BeagleInstanceDetails - Information about a specific instance.

Author

       Generated automatically by Doxygen for BEAGLE from the source code.

Version 3.1.2                                    Tue Oct 19 2021                        BeagleInstanceDetails(3)

Detailed Description

       Information about a specific instance.

Member Data Documentation

longBeagleInstanceDetails::flags
       Bit-flags that characterize the activate capabilities of the resource and implementation for this
       instance

   char*BeagleInstanceDetails::implDescription
       Description of implementation with details such as how auto-scaling is performed

   char*BeagleInstanceDetails::implName
       Name of implementation on which this instance is running as a NULL-terminated character string

   char*BeagleInstanceDetails::resourceName
       Name of resource on which this instance is running as a NULL-terminated character string

   intBeagleInstanceDetails::resourceNumber
       Resource upon which instance is running

Name

       BeagleInstanceDetails - Information about a specific instance.

Synopsis

       #include <beagle.h>

   PublicAttributes
       int resourceNumber
       char * resourceName
       char * implName
       char * implDescription
       long flags

See Also