ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/DashInterface/Filter.hpp
Revision: 47
Committed: 2008-03-07T03:08:31-08:00 (17 years, 3 months ago) by douglas
File size: 194 byte(s)
Log Message:
Progress, needs moar workz.

File Contents

# Content
1 // LCD Display Character Filter
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #ifndef _Filter_hpp_
8 #define _Filter_hpp_
9
10 #include <string>
11
12 std::string Filter(const std::string input);
13
14 #endif//_Filter_hpp_

Properties

Name Value
svn:keywords Id