Test creating many objects for visualisation.
More...
List of all members.
Classes |
| class | Ids |
Public Types |
| enum | Mode {
CollateAndCompress,
CollateOnly,
FileCompression,
Uncompressed,
Default = CollateAndCompress
} |
Public Member Functions |
|
void | Run () |
|
void | Run () |
Static Public Member Functions |
|
static void | Usage () |
|
static string | ModeToArg (Mode m) |
|
static Mode | ArgToMode (string arg) |
|
static void | Usage () |
Static Public Attributes |
| static readonly string[] | ModeArgStrings |
Properties |
|
bool | Quit [get, set] |
|
bool | ArgsOk [get, set] |
|
bool | ShowUsage [get, set] |
|
bool | Decode [get, set] |
|
string | TargetFile [get, set] |
|
bool | Connected [get, set] |
|
bool | Persist [get, set] |
|
bool | Overwrite [get, set] |
|
bool | Quiet [get, set] |
|
Mode | DecodeMode [get, set] |
|
uint | TotalFrames [get, set] |
|
IPEndPoint | ServerEndPoint [get, set] |
|
string | OutputPrefix [get, set] |
|
static string | DefaultPrefix [get] |
|
static int | DefaultPort [get] |
|
static string | DefaultIP [get] |
|
static string[] | DefaultArgs [get] |
Detailed Description
Test creating many objects for visualisation.
Member Data Documentation
readonly string [] Tes::Program::ModeArgStrings [static] |
Initial value: new string[]
{
"mc",
"mC",
"mz",
"mu"
}
The documentation for this class was generated from the following files:
- 3esInfo/Program.cs
- 3esrec/Program.cs
- 3esManyTest/Program.cs
- 3esServerTest/Program.cs
- plugin/3esPluginTest/Program.cs
- GZipTest/Program.cs