BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
e20aa27
Branches
Tags
master
Blinker
src
noarch
SerCfgFile.h
implemented serial port config
Stefan Schuermans
commited
e20aa27
at 2011-12-11 19:46:03
SerCfgFile.h
Blame
History
Raw
/* Blinker Copyright 2011 Stefan Schuermans <stefan@blinkenarea.org> Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html a blinkenarea.org project */ #ifndef SERCFGFILE_H #define SERCFGFILE_H #include "SerCfg.h" #include "SettingFile_impl.h" namespace Blinker { /// setting file containting serial port configuration typedef SettingFile<SerCfg> SerCfgFile; } // namespace Blinker #endif // #ifndef SERCFGFILE_H