|
MBDyn-1.7.3
|

Public Member Functions | |
| IO (void) | |
| IO (int argc, char *argv[]) | |
| ~IO (void) | |
| int | nMeasures (void) const |
| int | nControls (void) const |
| int | Parse (int argc, char *argv[]) |
| int | Setup (int argc, char *argv[]) |
| const std::vector< double > & | Measures (void) const |
| std::vector< double > & | Controls (void) |
| int | ReadMeasures (void) |
| int | SendControls (void) |
Private Attributes | |
| s2s_t | s2s_measures |
| BasicIO & | measures |
| s2s_t | s2s_controls |
| BasicIO & | controls |
| IO::IO | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
inline |
Definition at line 178 of file trim.cc.
References s2s_t::dbuf, and s2s_controls.
Referenced by NRTrim::DoTrim(), and TrimEval::FuncEval().
|
inline |
Definition at line 177 of file trim.cc.
References s2s_t::dbuf, and s2s_measures.
Referenced by NRTrim::DoTrim(), and TrimEval::FuncEval().
|
inline |
Definition at line 172 of file trim.cc.
References s2s_t::nChannels, and s2s_controls.
Referenced by main().
|
inline |
Definition at line 193 of file trim.cc.
References getopt(), s2s_t::host, s2s_t::nChannels, optarg, s2s_t::path, s2s_controls, s2s_measures, and STRLENOF.
Referenced by Setup().

|
inline |
Definition at line 180 of file trim.cc.
References measures, BasicIO::ReadMeasures(), and s2s_measures.
Referenced by TrimEval::FuncEval().

|
inline |
Definition at line 181 of file trim.cc.
References controls, s2s_controls, and BasicIO::SendControls().
Referenced by TrimEval::FuncEval().

Definition at line 275 of file trim.cc.
References buf, controls, s2s_t::dbuf, s2s_t::host, measures, s2s_t::nChannels, Parse(), s2s_t::path, s2s_t::prepare(), s2s_controls, s2s_measures, s2s_t::sock, socket_basic_IO, and stream_basic_IO.
Referenced by IO().

|
private |
Definition at line 164 of file trim.cc.
Referenced by SendControls(), and Setup().
|
private |
Definition at line 162 of file trim.cc.
Referenced by ReadMeasures(), and Setup().
|
private |
Definition at line 163 of file trim.cc.
Referenced by Controls(), nControls(), Parse(), SendControls(), and Setup().
|
private |
Definition at line 161 of file trim.cc.
Referenced by Measures(), nMeasures(), Parse(), ReadMeasures(), and Setup().