Seems to be completed need to make library

master
Lucjan Bryndza 2013-05-31 12:02:57 +02:00
rodzic 04359c6a81
commit 5deb904a21
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ TARGET = psk31test
#Optimalization [0,1,2,3,s]
# 0 - none optimalization, s - size optimalization 3 - most optimized
OPT ?= 0
OPT ?= 2
#Common flags

Wyświetl plik

@ -109,7 +109,7 @@ private:
//Change this to array
std::array<int, 16> m_iq_phase_array {{}};
state m_state;
bool m_need_shutoff { true };
bool m_need_shutoff { false };
int m_amble_ptr {};
bool m_no_squelch_tail {};
fnd::dyn_queue<short> m_chqueue;

Wyświetl plik

@ -616,6 +616,7 @@ int main(int /*argc*/, const char * const */*argv*/ )
const char txt[] = "Ala ma kota a KOT ma ale teraz bedzie nieco dluzszy tekst a im tekst dluzszy tym lepszy";
for(size_t i=0;i<sizeof txt -1; i++)
ham_digi.tx()->put_tx( txt[i] );
ham_digi.tx()->put_tx( psk::ctrl_chars::TX_CNTRL_AUTOSTOP );
std::cout << ham_digi.enable( true ) << std::endl;
::sleep(2);
std::cout << "TRANSMIT " << std::endl;