hamlib_client/commands/
mod.rs

1/*
2 * Copyright (C) 2024 Luca Cireddu <sardylan@gmail.com>
3 *
4 * This program is free software: you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License as published by the Free Software
6 * Foundation, version 3.
7 *
8 * This program is distributed in the hope that it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11 *
12 * You should have received a copy of the GNU General Public License along with
13 * this program. If not, see <https://www.gnu.org/licenses/>.
14 *
15 */
16
17pub(crate) mod get_info;
18pub(crate) mod get_mode;
19pub(crate) mod get_freq;
20pub(crate) mod get_vfo;
21pub(crate) mod get_split_vfo;
22pub(crate) mod get_split_mode;
23pub(crate) mod get_split_freq;