#include "libnltrack.h"
#include <math.h>
Functions | |
int | setEnvc (char *envFilename, char *reservedString, NlTrack *Track) |
Set the environment filename. | |
char * | getEnvFilename (NlTrack *Track) |
Get the environment filename. | |
char * | getReservedString (NlTrack *Track) |
Get the reserved environment filename. |
char* getEnvFilename | ( | NlTrack * | Track | ) |
Get the environment filename.
Track | a pointer to the NlTrack |
References NlTrack::envFilename.
char* getReservedString | ( | NlTrack * | Track | ) |
Get the reserved environment filename.
Track | a pointer to the NlTrack |
References NlTrack::reservedString.
int setEnvc | ( | char * | envFilename, | |
char * | reservedString, | |||
NlTrack * | Track | |||
) |
Set the environment filename.
envFilename | the filename of the environment file | |
reservedString | the reserved string of the environment | |
Track | a pointer to the NlTrack |
References NlTrack::envcsize, NlTrack::envFilename, and NlTrack::reservedString.