gusimplewhiteboard
OculusPrimeInterface.hpp
Go to the documentation of this file.
1/*
2 * File: OculusPrimeInterface.h
3 * Author: eugene
4 * Copyright (c) 2015 Eugene Gilmore
5 * All rights reserved.
6 *
7 * Created on 28 July 2015, 6:53 PM
8 */
9
10#ifndef OCULUSPRIMEINTERFACE_H
11#define OCULUSPRIMEINTERFACE_H
12
14
15namespace guWhiteboard {
16
18 public:
20 }
21
22 OculusPrimeInterface(const std::string &str) {
23 from_string(str);
24 }
25
26 void from_string(const std::string &/*str*/) {
27 //TODO
28 }
29 };
30
31}
32
33#endif /* OCULUSPRIMEINTERFACE_H */
34
OculusPrimeInterface(const std::string &str)
/file APM_Interface.h