serviceinterface taken over
This commit is contained in:
parent
2e1ad41da7
commit
707bb9dd5d
5
serviceinterface/CMakeLists.txt
Normal file
5
serviceinterface/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
target_sources(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
ServiceInterfaceStream.cpp
|
||||||
|
ServiceInterfaceBuffer.cpp
|
||||||
|
)
|
@ -30,7 +30,7 @@ protected:
|
|||||||
//! This is called when buffer becomes full. If
|
//! This is called when buffer becomes full. If
|
||||||
//! buffer is not used, then this is called every
|
//! buffer is not used, then this is called every
|
||||||
//! time when characters are put to stream.
|
//! time when characters are put to stream.
|
||||||
int overflow(int c = std::ostream::traits_type::eof()) override;
|
int overflow(int c = Traits::eof()) override;
|
||||||
|
|
||||||
//! This function is called when stream is flushed,
|
//! This function is called when stream is flushed,
|
||||||
//! for example when std::endl is put to stream.
|
//! for example when std::endl is put to stream.
|
||||||
|
Loading…
Reference in New Issue
Block a user