Last change
on this file since 122 was 122, checked in by Sanahuja Guillaume, 8 years ago |
modifs uav vrpn i686
|
File size:
396 bytes
|
Line | |
---|
1 | #include <string>
|
---|
2 |
|
---|
3 | /*!
|
---|
4 | * \brief DSP setup
|
---|
5 | *
|
---|
6 | * Setup DSP executable file. \n
|
---|
7 | * If this method is not called, no DSP processing will be available. \n
|
---|
8 | *
|
---|
9 | * \param file DSP executable file
|
---|
10 | * \param globalTimeoutMs timeout for all DSP functions, in ms (timeout is only
|
---|
11 | * used to display a warning. -1 to disable timeout
|
---|
12 | */
|
---|
13 | void SetupDSP(std::string file,int globalTimeoutMs=-1);
|
---|
14 |
|
---|
15 |
|
---|
16 | void CloseDSP(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.