|
1 | | -#define SMPT_DL_1KHZ ... |
| 1 | +#define SMPT_DL_MAX_CHANNELS ... |
| 2 | +#define SMPT_DL_MAX_BLOCK_BYTES_LENGTH ... |
| 3 | +#define SMPT_DL_MAX_INVESTIGATOR_NAME_LENGTH ... |
| 4 | +#define SMPT_DL_MAX_SAMPLE_VALUE ... |
| 5 | +#define SMPT_DL_MAX_PATIENT_NAME_LENGTH ... |
2 | 6 | #define SMPT_DL_MAX_FILE_SIZE ... |
| 7 | +#define SMPT_DL_2KHZ 2000 |
| 8 | + |
| 9 | +#define SMPT_DL_MAX_STRING_LENGTH ... |
3 | 10 | #define SMPT_DL_MAX_N_MEASUREMENTS ... |
4 | | -#define SMPT_DL_MAX_INVESTIGATOR_NAME_LENGTH ... |
| 11 | +#define SMPT_DL_1KHZ ... |
5 | 12 | #define SMPT_DL_GUID_STRING_LENGTH ... |
6 | | -#define SMPT_DL_MAX_SAMPLE_VALUE ... |
7 | | -#define SMPT_DL_MAX_CHANNELS ... |
| 13 | +#define SMPT_DL_FILE_SIZE_BYTES ... |
8 | 14 | #define SMPT_DL_4KHZ 4000 |
9 | 15 |
|
10 | 16 | #define SMPT_DL_MAX_FILE_NAME_LENGTH ... |
11 | | -#define SMPT_DL_MAX_STRING_LENGTH ... |
12 | | -#define SMPT_DL_2KHZ 2000 |
13 | | - |
14 | 17 | #define SMPT_DL_MAX_FILE_ID_LENGTH ... |
15 | | -#define SMPT_DL_FILE_SIZE_BYTES ... |
16 | | -#define SMPT_DL_MAX_PATIENT_NAME_LENGTH ... |
17 | | -#define SMPT_DL_MAX_BLOCK_BYTES_LENGTH ... |
18 | 18 | typedef enum |
19 | 19 | { |
20 | 20 | Smpt_Cmd_Ll_Init = ..., |
@@ -839,17 +839,6 @@ void smpt_clear_dl_power_module_ack(Smpt_dl_power_module_ack *dl_power_module_ac |
839 | 839 | void smpt_clear_dl_send_file_ack(Smpt_dl_send_file_ack * const dl_send_file_ack); |
840 | 840 | void smpt_clear_dl_sys(Smpt_dl_sys * const dl_sys); |
841 | 841 | void smpt_clear_dl_sys_ack(Smpt_dl_sys_ack * const dl_sys_ack); |
842 | | -_Bool smpt_is_valid_dl_init(const Smpt_dl_init * const dl_init); |
843 | | -_Bool smpt_is_valid_dl_init_ack(const Smpt_dl_init_ack * const dl_init_ack); |
844 | | -_Bool smpt_is_valid_dl_power_module_ack(const Smpt_dl_power_module_ack * const dl_pwer_module_ack); |
845 | | -_Bool smpt_is_valid_dl_start_ack(const Smpt_dl_start_ack * const dl_start_ack); |
846 | | -_Bool smpt_is_valid_dl_send_mmi(const Smpt_dl_send_mmi * const dl_send_mmi); |
847 | | -_Bool smpt_is_valid_dl_stop_ack(const Smpt_dl_stop_ack * const dl_stop_ack); |
848 | | -_Bool smpt_is_valid_dl_power_module(const Smpt_dl_power_module * const dl_power_module); |
849 | | -_Bool smpt_is_valid_dl_send_file(const Smpt_dl_send_file * const dl_send_file); |
850 | | -_Bool smpt_is_valid_dl_send_live_data(const Smpt_dl_send_live_data * const live_data); |
851 | | -_Bool smpt_is_valid_dl_sys(const Smpt_dl_sys * const dl_sys); |
852 | | -_Bool smpt_is_valid_dl_sys_ack(const Smpt_dl_sys_ack * const dl_sys_ack); |
853 | 842 | _Bool smpt_send_dl_init(Smpt_device * const device, const Smpt_dl_init * const dl_init); |
854 | 843 | _Bool smpt_send_dl_start(Smpt_device * const device, uint8_t packet_number); |
855 | 844 | _Bool smpt_send_dl_stop(Smpt_device * const device, uint8_t packet_number); |
|
0 commit comments