-
Robby, I would like to have a comparison write-up for VSCode against at least one other option. You verbally compared it to Microsoft's C/C++ plugin (I think that's the one it was) and I would like to…
-
I would like to generate a DEXT (Autosar Diagnostic Extract) like file using Python and one library.
Is there an extension to this library or something similar that can help me?
Thank you!
-
variantProps needs to be initialized to None, too.
Otherwise, my call to `createRequirePort(name, if_name, comspec=comspecs)` results in an error.
https://github.com/cogu/autosar/blob/cb01395cd8…
HB25 updated
7 months ago
-
in file b \Lib\site-packages\autosar-0.3.11-py3.9.egg\autosar\writer\component_writer.py:365
应该改为
lines.append(self.indent('{}'.format(self.toBooleanStr(comspec.useEndToEndProtection)), 1))
否则…
gcbb updated
7 months ago
-
![image](https://github.com/mirashanouda/AI-based-configuration-and-IDE-Java-based-tool-for-AUTOSAR-projects/assets/67865802/5f8f6236-b9c9-4acd-828a-a46716b4928c)
-
```
#include
#include
#include
#include
// 클래스와 생성자 및 소멸자
class MyClass {
public:
MyClass(int val) : value(val) {
std::cout
-
Ref https://github.com/NVIDIA/TensorRT/blob/release/8.6/samples/common/safeCommon.h#L145
The class `TrtCudaGraphSafe` is not used in TensorRT OSS project.
The safeCommon is used for automoti…
-
Se elimina la función: borrar_pags y se reemplaza por borrar_pags2
![image](https://user-images.githubusercontent.com/5757157/160246155-617ead27-ed6a-4f4d-9953-ba0186dab937.png)
-
### Brief description
The field **sub_id** is only used to differentiate between **METHOD_ID** and **EVENT_ID**.
The value of the METHOD/EVENT id should still be calculated on 16bits and not on 15bi…
-
Hi, I use the example like as bellows:
import autosar
#Create some packages and data types
ws = autosar.workspace('4.2.2')
datatypes = ws.createPackage('DataTypes', role='DataType')
basetyp…
DDxxg updated
7 months ago