CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
FrameFlags.h
Go to the documentation of this file.
1
#ifndef SZA_UTIL_FRAMEFLAGS_H
2
#define SZA_UTIL_FRAMEFLAGS_H
3
11
namespace
sza {
12
namespace
util {
13
14
class
FrameFlags {
15
public
:
16
17
/*
18
* Enumerate states used to indicate if data from a given
19
* frame were received/not received
20
*/
21
enum
{
22
NOT_RECEIVED = 0x1,
23
RECEIVED = 0x2
24
};
25
26
};
// End class FrameFlags
27
28
}
// End namespace util
29
}
// End namespace sza
30
31
32
33
#endif // End #ifndef SZA_UTIL_FRAMEFLAGS_H
carma
szautil
FrameFlags.h
Generated by
1.8.5