Searched refs:Ndevices (Results 1 – 2 of 2) sorted by relevance
49 #define Ndevices 15 in main() macro52 uint nbr_devices = Ndevices; in main()61 Tx_List_container.tx_list = calloc(sizeof(tx_el_t), Ndevices); in main()62 Tx_List_container.used = calloc(sizeof(tx_state_t), Ndevices); in main()63 RxPowers = calloc(sizeof(double),Ndevices); in main()
27 #define Ndevices 15 in main() macro29 uint nbr_devices = Ndevices; in main()31 double RxPowers[Ndevices]; in main()36 Tx_List_container.tx_list = calloc(sizeof(tx_el_t), Ndevices); in main()37 Tx_List_container.used = calloc(sizeof(uint), Ndevices); in main()