[taste-users] Blackbox_device and encoding sizes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/taste-users Archives
]
- To: <taste-users@xxxxxxxxxxxxxxxxxxx>
- Subject: [taste-users] Blackbox_device and encoding sizes
- From: <Michael.Dumke@xxxxxx>
- Date: Thu, 17 Jan 2013 15:17:40 +0000
- Accept-language: de-DE, en-US
- Thread-index: Ac30w9PARIM06PcKSbiRxDPfvxiDBQ==
- Thread-topic: Blackbox_device and encoding sizes
Hi everybody,
I am currently working on a project with a black box device. I noticed that the encoding size for ACN in bytes seem much too big. Or probably it is just the same value as the ACN in bits.
For example in the subdirectory of a black box device the file dataview/dataview-uniq.h contains:
---
typedef double asn1SccMyReal;
#define asn1SccMyReal_REQUIRED_BYTES_FOR_ENCODING 13
#define asn1SccMyReal_REQUIRED_BITS_FOR_ENCODING 104
#define asn1SccMyReal_REQUIRED_BYTES_FOR_ACN_ENCODING 104
#define asn1SccMyReal_REQUIRED_BITS_FOR_ACN_ENCODING 104
#define asn1SccMyReal_REQUIRED_BYTES_FOR_XER_ENCODING 67
---
Also maybe the XER_ENCODING is wrong.
Regards
Michael