Skip to content
Snippets Groups Projects
Commit 78a6ebf0 authored by Erik von Reis's avatar Erik von Reis
Browse files

awgtpman: removal of old build flags that broak setting testpoints

We'd dropped an old build flag that was used to determine the element element size for test point numbers.

The testpoint size reverted from 4 bytes to t2, but only in the RPC definition.  As a result, only the first value in an RPC array of testpoints was in the correct position.  Only one testpoint could be specified correctly per test.

I've checked the rest of the code to make sure this was the only remaining use of the build flags.
parent 7c8c87ea
No related branches found
No related tags found
5 merge requests!439RCG 5.0 release fro deb 10,!332Merging 4.2 into master,!331Draft: Merging branch-4.2 into master,!327Master merged product part fix 2,!321awgtpman: removal of old build flags that broak setting testpoints
......@@ -18,11 +18,7 @@
%#include "dtt/rpcinc.h"
/* list of test point */
#if defined(_ADVANCED_LIGO) && !defined(COMPAT_INITIAL_LIGO)
typedef unsigned int TP_r<>;
#else
typedef unsigned short TP_r<>;
#endif
/* request result */
struct resultRequestTP_r {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment