Open Lighting Architecture
0.9.6
Main Page
Modules
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
ola
e133
E133URLParser.h
1
/*
2
* This program is free software; you can redistribute it and/or modify
3
* it under the terms of the GNU General Public License as published by
4
* the Free Software Foundation; either version 2 of the License, or
5
* (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU Library General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* along with this program; if not, write to the Free Software
14
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
15
*
16
* E133URLParser.h
17
* Copyright (C) 2011 Simon Newton
18
*/
19
20
#include <
ola/rdm/UID.h
>
21
#include <
ola/network/IPV4Address.h
>
22
23
#include <string>
24
25
#ifndef INCLUDE_OLA_E133_E133URLPARSER_H_
26
#define INCLUDE_OLA_E133_E133URLPARSER_H_
27
28
using
std::string;
29
30
namespace
ola {
31
namespace
e133 {
32
33
bool
ParseE133URL(
const
string
&url,
ola::rdm::UID
*uid,
34
ola::network::IPV4Address
*ip);
35
}
// namespace e133
36
}
// namespace ola
37
#endif // INCLUDE_OLA_E133_E133URLPARSER_H_
Generated on Fri Jul 3 2015 15:58:45 for Open Lighting Architecture by
1.8.1.2