Fhsim
Marine systems simulation
HelperFunctions.h
1
#ifndef _HELPER_FUNCITONS_H_
2
#define _HELPER_FUNCITONS_H_
3
4
#include <vector>
5
#include <string>
6
#include <fstream>
7
8
9
namespace
Ship
10
{
11
double
GetStarredDouble( std::vector<std::string> &tokens);
12
void
TokenizedLine(std::fstream &f, std::vector<std::string> &tok, std::string rem=
""
);
13
}
14
15
#endif
Ship
Simple waypoint object.
Definition:
CableAttach.h:16
reloadrepos
fhsim_marine_elements
src
ship
Ship
HelperFunctions.h
Generated by
1.9.4