This library is a derivation of a student work and is maintained by the student. Please respect the authorship licenses. You can see the starting point of the development in the original link.
You can consult the documentation for this library in the Wiki page of the official GitHub repository.
- Fixed problem during analizing testing signed variables.
- Fixed an issue when import a Variable or Argument to an existing Frame in a same Situation Instance. This caused the same frame to be sent X times, where X is the number of variables or arguments contained in the CAN frame.
- Fixed
State
initzalitzation in moduleline_state_machine.py
.
-
Fixed a bug during database export.
-
Improved code readability and style.
-
Fixed the problem with enviroments vector constants during method
make()
AKITA Testbench Document. -
Fixed the classification problem during automatic vectorization of environments and situations.
-
The
dict()
method is added to theInformation
class to facilitate the handling of ARP files. -
Vector
types have been declared as constants to improve code handling, scalability, and readability. -
The way the names of environments and situations are generated has been changed, correcting a security issue.
-
Improved code readability and style.
-
Fixed the error during the generation of the AKITA file. No data was imported into the protocol datablock. The protocol datablock was not blocked.
-
The automatic capitalization rule is disabled when adding or modifying protocols, variables, functions, and arguments.
- Solved dependences of
Messages
module.
-
The
Messages
module is added to the library that allows better management of messages sent and received between threads. -
Current implementations remain backward compatible with previous versions, since the
Message
superclass has a STR method. -
Status messages are added to the methods of the
Document
class. -
The
make()
method is added, which allows all methods of theDocument
class to be executed. To ensure proper compilation, we highly recommend using this method.
-
Fixed an issue during the call to a for instance, where the evaluated variables were not correctly set as environment constants.
-
Deleted some debug print to stdout.
-
The conditions for the correct evaluation of arguments dependent on the specified environment when using a for instance are modified.
-
Fixed an indexing error during export of functions and arguments.
-
Support is added for the use of functions within "for" instances, allowing environment constants to be set as the value of the arguments.
- Fixed problem during for line statement. Now, for statements can be used as following:
for each case of ( BAT_Temperature , BAT_SOH , BAT_SOC ) do
- Library dependencies have been fixed.
- First version.